A simple editor created as part of a study assignment, made with love!
For the program to work, PyGame Tkinter and Pillow must be installed in your Python environment.
pip3 install pygame
pip3 install tk
pip3 install pillow
After installing these modules, you can launch ElectroDraw via main.py.
python main.py