A very simple paint application made using OpenCV.
Few Hints to Use the app:
- You can draw in 2 modes: 0 and 1. Mode 0 is default.
- Mode 0 helps you in draw a rectangle whereas Mode 1 helps you in draw a circle.
- Press key 'm' to toggle between different modes.
- To exit the application, press 'esc'.
- Python
- OpenCV
You can install python(3.8.5) directly here or go to the page https://www.python.org/downloads/ and click "Download Python 3.8.5". Don't forget to check the box "Add To Path", once you launch the installation wizard.
To check if python is installed correctly and is added to your path, go to the command prompt/powershell/terminal on your system and type 'python'.
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.pyFire command
pip list on your cmd/powershell/terminal to check if pip is installed correctly on your system.
pip install opencv-pythonFire command
pip list
on your cmd/powershell/terminal and look for 'opencv-python' to check if opencv is installed correctly on your system.
- Go to the directory on your local system where you cloned this repository.
- Open cmd/powershell/terminal in that directory
- Fire the command
python paint.py
Hope you like the project.Thanks!!!



