This is a simple Text Editor based on vim which requires python(and tkinter). It can be used for small things.
The Text Editor contains Main text box + Command Box.
- Type "python3 text_editor.py" in the directory of the file to start(or open file in python3).
For python2, use the python2 branch. - Press Enter button (enter key is not supported).
- Commands that can be typed(any case) are
- reset
- quit
- font+/font-
- save
- open
- delete/delete all
(Along with two experinmental commands - !commands, !numberize)
- The commands are logged on the console along with some messages.