Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonkloq/safgin-text
Text editor app with python tkinter.
https://github.com/nonkloq/safgin-text
python python-3 python-module python-project syntax-highlighting texteditor texteditor-gui
Last synced: 28 days ago
JSON representation
Text editor app with python tkinter.
- Host: GitHub
- URL: https://github.com/nonkloq/safgin-text
- Owner: nonkloq
- License: bsd-3-clause
- Created: 2021-09-16T09:08:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T09:38:36.000Z (10 months ago)
- Last Synced: 2024-03-10T09:44:31.677Z (10 months ago)
- Topics: python, python-3, python-module, python-project, syntax-highlighting, texteditor, texteditor-gui
- Language: Python
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# SafGin Text
A Simple Text Editor Application with Python and Tkinter GUI
## Installation
Download the source code zip from [github](https://github.com/nonkloq/safgin-text) and extract, and put it in any directory.
## Usage
Terminal:
In Terminal (cd) Change Path to the Folder.
Then Use This Command to run.
```bash
$ python safgintext.py
```
or
```bash
$ python3 safgintext.py
```
#Convert To exe:
In Terminal
```bash
$ pyinstaller -F -w -i sgtexteditor_appicon.ico safgintext.py
```or use [auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe).
## Contributing
Pull requests are welcome. For major changes, please open an [issue](https://github.com/nonkloq/safgin-text/issues) first to discuss what you would like to change.## License
[BSD 3-Clause "New" or "Revised" License](https://github.com/nonkloq/safgin-text/blob/master/LICENSE)