Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 469 Bytes

File metadata and controls

20 lines (15 loc) · 469 Bytes

ElectroDraw

A simple editor created as part of a study assignment, made with love! App Screenshot App Screenshot

Launch

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