A simple text editor application built using Python and Tkinter.
This text editor application allows users to create, open, and save text files. It provides basic functionalities such as cut, copy, paste, and text-to-speech. The GUI includes a toolbar with various options, a menu bar, and a status bar at the bottom.
- File Operations: Create new files, open existing files, and save files with ease.
- Text Manipulation: Cut, copy, and paste functionality available through the menu and toolbar.
- Text-to-Speech: Convert text to speech using the "Speak" option in the File menu.
- Python 3.x
- Tkinter library
- Pillow (PIL) library for handling images
-
Run the script using Python:
python Notepad.py
-
The application window will appear, providing a simple text editor interface.
-
Use the toolbar and menu options to perform various operations on the text.
- The application uses icons for the toolbar buttons. Make sure to have the required icon files (new.png, save.png, open.png, redo.png, undo.png, find.png) in the
iconsdirectory.
- Implement redo and undo functionality.
- Add the ability to change text color.
- Improve the find feature for better user experience.
- Icons sourced from iconarchive.com
This project is licensed under the MIT License - see the LICENSE file for details.