Play tool
PyPainter's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
How nice/fun it is to use | #34 | 2.932 | 3.167 |
How much I could potentially use it in the future | #53 | 1.697 | 1.833 |
Overall | #53 | 2.160 | 2.333 |
How original/innovative it is | #57 | 1.852 | 2.000 |
Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
It's pretty cool. Would probably add the ability to save your drawing, but still... pretty cool!
Nice job, I did experience one bug if you click the mouse down and draw off the bottom of the screen then move the mouse under the frame and up on the left it fills entire rows, not sure how that happened but I used it to quickly fill areas so will consider it a hidden feature for now :)
It does all paint functions, I only wish there was screen filling and brush radius. The brush image is quite cool
Here is my masterpiece:
Nice looking tool! It would be nice if the line of paint you’re drawing stays connected even when you move the mouse quickly. That could probably be accomplished by drawing a line (or drawing many circles at tiny intervals) between the previous and current mouse positions.
I see a lot of Python entries, very cool
Very nice!
Good, but try using Pyinstaller because it makes one file. Here is a YT tutorial I found: (208) Convert Python To Exe Files - YouTube
I used Pyinstaller but I didn't know there was a one file thingy.
Oh, use this command if you don't want that CMD window to show up `pyinstaller --onefile -w main.py`