A basic paint software for making and erasing lines, rectangles, and circles!
My Paint is a software tool used to create drawings with the help of basic figures i.e Lines, Rectangles and Circles. It is written in python and uses the following libraries:
- Numpy
- opencv(version 3.4.1)
All the languages and libraries mentioned in the introduction must be installed in the system to run the software.
Run the script myPaint.py using python. Note: To exit the tool, use Escape key and not cross button at the top left corner of the window.