https://github.com/notcharrow/screenartist
Python Pixel Art/Pygame Project
https://github.com/notcharrow/screenartist
pixelart project pygame python
Last synced: over 1 year ago
JSON representation
Python Pixel Art/Pygame Project
- Host: GitHub
- URL: https://github.com/notcharrow/screenartist
- Owner: NotchArrow
- Created: 2024-03-03T13:34:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T13:31:13.000Z (over 2 years ago)
- Last Synced: 2024-03-10T22:46:31.370Z (over 2 years ago)
- Topics: pixelart, project, pygame, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Screen Artist
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.

# Dependencies
Pygame: https://pypi.org/project/pygame/
Pyautogui: https://pypi.org/project/PyAutoGUI/
Requirements File: https://github.com/NotchArrow/ScreenArtist/blob/main/requirements.txt
# Features
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