Skip to content

nonkloq/safgin-text

Repository files navigation

SafGin Text

A Simple Text Editor Application with Python and Tkinter GUI

Installation

Download the source code zip from github and extract, and put it in any directory.

Usage

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

BSD 3-Clause "New" or "Revised" License