- Undo/Redo
- Cut/Copy/Paste/Select All
- text srolling (Horiozontal and vertical)
- Sort the given text or numbers (Merge sort)
- search for word in a list of words(Binary Search)
- Search for anything in a code(Regex Search)
- Encrypt and decrypt a given text or string using RSA encryption
- Encrypt and decrypt a given text or string using the Caesar Chipher encryption
clone the repo,
download the executable,
cd to the downloaded directory,
chmod +x texteditor
and type "./texteditor" to run
If you get dependencies error and can't run the executable, run the text-editor.py from a code editor or IDE
Download the executable file(coming soon) and run it
windows smart screen may prevent the app to run, if that happens click on run anyway..
pip3 install module_name.
To run the source code from a code editor or an IDE you may need * rsa (pip install rsa) * tkinter (pip install tkinter) * Or any other missing modules you can install with pip
