Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Painter

convert any image into a pixel-by-pixel mouse painting - automatically

How it works

  1. load an image
  2. invert colors if needed
  3. select the area where you want to paint
  4. adjust delay between clicks
  5. press Start to begin, press ESC to stop at any time

Installation

  1. clone the repository
git clone https://github.com/ArviPlay/PixelPainter.git
  1. jump into
cd PixelPainter
  1. create virtual environment
python -m venv .venv
  1. activate it

    • Linux, macOS
    source .venv/bin/activate
    
    • Windows
    .venv\Scripts\activate
    
  2. install dependencies

pip install -r requirements.txt

Run

python main.py

Notes

  • works best with high-contrast black-and-white images
  • gui built with tkinter

About

converts images into automatic mouse clicks

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Contributors

Languages