This project is a drawing editor application that allows users to draw shapes on a canvas. The application supports drawing of various shapes like rectangle, line. The application also supports ...
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 ...