This project was made in Python using the Pygame module. It takes the pixel color currently under your mouse and maps it onto a canvas relative to your mouse position on your screen. This can create cool pixel art after a few hours from remenants of different things you've done using your computer.
Pygame: https://pypi.org/project/pygame/
Pyautogui: https://pypi.org/project/PyAutoGUI/
Requirements File: https://github.com/NotchArrow/ScreenArtist/blob/main/requirements.txt
All of the features listed below are customizable in the config file.
- Basic drawing using the mouse
- Brush size
- Random drawing
- Systematic drawing
- Saving & loading
- Past versions
- Background color
- Canvas size
- Timelapse
