A fun little paint program using python and the pygame library
Install python, preferably 3.7.4 from https://www.python.org/downloads/release/python-374/
clone the repository to your local machine
git clone https://github.com/anthonypapetti/Python-Paint.git
Install the pygame library
pip install pygame
You're all set to run this project. Just run run.py and you're good to go!