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

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

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.

![image](https://github.com/NotchArrow/ScreenArtist/assets/149845992/72bf96f6-b58d-4634-a8c0-898cfdebd645)

# 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