Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 631 Bytes

File metadata and controls

17 lines (11 loc) · 631 Bytes

My-Paint

A basic paint software for making and erasing lines, rectangles, and circles!

Introduction:

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)

Pre-requisites:

All the languages and libraries mentioned in the introduction must be installed in the system to run the software.

Directions to use:

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.