The Canvas Drawing Program is a Python script that allows users to draw rectangles and squares on a canvas. Users can specify the canvas size, color, and draw different shapes using this interactive ...
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 ...