What it is
A fully functional desktop text editor built in Python using Tkinter. It replicates the core features of a standard notepad application with a clean native GUI.
Features
- Create, open, and save text files
- Standard editing controls (cut, copy, paste, undo, redo)
- Find and replace
- Font customization
- Word wrap toggle
- Keyboard shortcuts for all common actions
Tech Stack
- Python 3
- Tkinter (GUI framework)