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 ...
Description: The "Etch-A-Sketchup" GitHub repository contains a Python script that allows users to draw curves and shapes on a digital canvas, inspired by the classic Etch-A-Sketch toy. With this ...