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.pyor
$ python3 safgintext.pyConvert To exe:
In Terminal
$ pyinstaller -F -w -i sgtexteditor_appicon.ico safgintext.pyor 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.