________________________________ ___ _________
/ _____/__ ___/ / _ \/ /\ / ______/\
/ /____ / / / / / / /_/ / / / / /_____ \/
/____ /\ / / / / / / _____/ / / / ______/\
_____/ /__/ /__/ / / / /\___/ /____/ /_____ \/
/_______/________/__/__/__/__/ / /_______/________/\
\_______\________\__\__\__\__\/ \_______\________\/
Remedying the pain of graphical user interface editing since 2106
Simple is a simple, more simple and very simple text editor with python, python-tk. https://github.com/hjoo5/gap_eul
- Joonhyuk Yang (JoonHyukYang) - Maintainer
- Oh Hyunjoo (hjoo5) - Designer
- Very Simple Design
- Easy Undo/Redo (Ctrl + Z, Ctrl + Y)
- Find and Find next (Ctrl + F, Ctrl + D)
- Lots more...
You can just clone the repo, and try SIMPLE.
git clone https://github.com/hjoo5/gap_eul.git
cd gap_eul
Install tkinter the latest version from PIP:
sudo pip3 install python-tk
python3 texteditor.py
- Must use Python 3.3 or higher for proper character encoding support.
- The master branch is considered stable.
- Tested on Unix.
No dependencies outside the Python Standard Library required.
- Built in multi cursor support.
- Multi cursor should be comparable to Atom.
- Develop SIMPLE with SIMPLE!!!
- Syntax highlighting with Text Mate themes
SIMPLE is an intuitive graphical user interface text editor.
It is as easy as nano and Vi.
SIMPLE is licensed under the GPL3.0 license.
We do not support it yet.
-
Ctrl + N
New Command
-
Ctrl + O
Open Command
-
Ctrl + S
Save Command
-
Ctrl + Shift + S
Save As Command
-
Ctrl + Q
Exit Command
-
Ctrl + Z
Undo Command
-
Ctrl + Y
Redo Command
-
Ctrl + X
Cut Command
-
Ctrl + C
Copy Command
-
Ctrl + V
Paste Command
-
Ctrl + F
Find Command