Pipasso | An Auto Drawing Bot
- 3 Devlogs
- 5 Total hours
A python based app to draw your images!
A python based app to draw your images!
The next question was, “Can it even open the kind of images I use?” I used Pillow because it made loading and converting images much less scary.
image_processor.py instead of mixing it into the GUI.I started with the least exciting but most reassuring thing: making an actual window appear. Seeing a blank app on screen made the project feel real.
main.py to start the program.So I was thinking: what if I could give a program a picture and have it draw it with my mouse? It sounded simple at first, but then I realised the computer needs a list of tiny movements, not just an image.