convert any image into a pixel-by-pixel mouse painting - automatically
- load an image
- invert colors if needed
- select the area where you want to paint
- adjust delay between clicks
- press Start to begin, press ESC to stop at any time
- clone the repository
git clone https://github.com/ArviPlay/PixelPainter.git
- jump into
cd PixelPainter
- create virtual environment
python -m venv .venv
-
activate it
- Linux, macOS
source .venv/bin/activate- Windows
.venv\Scripts\activate -
install dependencies
pip install -r requirements.txt
python main.py
- works best with high-contrast black-and-white images
- gui built with tkinter