A Python application, made with Tkinter, to create a Notepad and perform various functions.
NOTE: You may need to configure save_file
(line 49) according to your own requirements.
- Navigate to
src
, then runpython NotePad.py
in a terminal if you have Windows. - Navigate to
src
, then runpython3 NotePad.py
in a terminal if you have Mac/Linux.