A simple text editor
This is a application written with Python 3.12 tkinter module. Run it by executing:
make startIn order to deploy this software into a executable, first install pyinstaller module
pip install -U pyinstallerThen, create its executable
make deploy