An open API service indexing awesome lists of open source software.

https://github.com/0xtter/imagedrawer

This Python project uses Pillow and PyAutoGUI to draw pictures on the screen, simulating a mouse. Users can input images and the program will use PyAutoGUI to simulate mouse movements to draw the image on the screen. Additional features include customizing the image size.
https://github.com/0xtter/imagedrawer

drawing-app pillow python3

Last synced: 1 day ago
JSON representation

This Python project uses Pillow and PyAutoGUI to draw pictures on the screen, simulating a mouse. Users can input images and the program will use PyAutoGUI to simulate mouse movements to draw the image on the screen. Additional features include customizing the image size.

Awesome Lists containing this project

README

        

# ImageDrawer
A tool to draw pictures(png,jpg,...) on the screen with the mouse made in Python