A Simple Text Editor Application with Python and Tkinter GUI
Download the source code zip from github and extract, and put it in any directory.
Terminal:
In Terminal (cd) Change Path to the Folder.
Then Use This Command to run.
$ python safgintext.py
or
$ python3 safgintext.py
Convert To exe:
In Terminal
$ pyinstaller -F -w -i sgtexteditor_appicon.ico safgintext.py
or use auto-py-to-exe.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.