Paint Buddy In Python
A simple python project which control paint brush in microsoft paint app
How to setup
Simply open up your terminal and type
pip3 install -r requirements.txt
To Run the Visualizer
python3 main.py
What is the Paint Buddy?
It is an open source paint automated tool used to draw any black and white vector image using number of horizontal lines.
How was it created?
This was created by using pyautogui and opencv module along with basic logic to convert image pixel into lines. Rather than drawing point by point it draw a number of line to increase the speed.