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.
- Host: GitHub
- URL: https://github.com/0xtter/imagedrawer
- Owner: 0xtter
- Created: 2021-11-05T18:50:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T13:29:19.000Z (over 3 years ago)
- Last Synced: 2025-02-09T03:42:09.816Z (4 months ago)
- Topics: drawing-app, pillow, python3
- Language: Python
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageDrawer
A tool to draw pictures(png,jpg,...) on the screen with the mouse made in Python