Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)