On running the file, a canvas window opens with 3 menus in the title bar - draw, actions and file. The Draw menu has options to draw a line and rectangle which further has suboptions for colour for ...
To run it you need to: First Method (easy): Have Python installed and run the "main.py" script Second Method (medium): Have Python and Pyinstaller installed, run the command "pyinstaller --onefile ...