Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.21 KB

File metadata and controls

33 lines (24 loc) · 1.21 KB

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

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