rect1=plt.Rectangle(xy=(0,0), width=10, height=10, color="Green") #Starts at left corner (left edge) of the rectangle rect2=plt.Rectangle(xy=(4,4), width=2, height=2 ...
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 ...