This is a simple text editing application in Python, which supports the basic text operations like Cut, Copy, Paste, Undo, Redo, and also basic file operations like New, Save, and Open. It has some great features like Unlimited Undo and Redo Operations, Night-mode.
This was developed for exploring the Python GUI and to enhance my DSA skills.
- Python
- Tkinter( Python GUI toolkit)
- Python3
- Pip3
- tkinter
- window
- This is how the text-editor looks like. You can write, edit and delete content in your file.
- This is the dark mode which helps you to write in low light.
- The best feature of the application is Unlimited Undo/Redo operations.
Please see CONTRIBUTING.md for more details. Or feel free to reach out to me via mail
Text Editor is licensed under MIT license. Please see LICENSE.md for more details.