A simple and functional text editor built using Python and Tkinter. This application provides basic text editing features, including file operations, find and replace, text formatting, and keyboard shortcuts.
- Python 3.x
- Tkinter (usually included with Python)
- Clone the repository or download the
main.py
file. - Ensure Python 3.x is installed on your system.
- Run the application using the following command:
python main.py
-
File Menu:
- New Window: Opens a new Notepad window.
- Open: Opens an existing text file.
- Save: Saves the current text to a file.
-
View Menu:
- Find & Replace: Opens a dialog to find and replace text.
- Format: Opens a dialog to change the font and size of the text.
-
Help Menu:
- About: Displays information about the application.
- List Shortcuts: Shows a list of available keyboard shortcuts.
- Ctrl+N: New Window
- Ctrl+O: Open File
- Ctrl+S: Save File
- Ctrl+Z: Undo
- Ctrl+Backspace: Delete Word
- Ctrl+F: Find and Replace
- Thanks to the open-source community for their contributions.
- Built with ❤️ by vanitas-kh.