Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.51 KB

File metadata and controls

48 lines (29 loc) · 1.51 KB

Text Editor App with Tkinter

A simple text editor application built using Python and Tkinter.

Overview

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • Tkinter library
  • Pillow (PIL) library for handling images

Usage

  1. Run the script using Python:

    python Notepad.py
  2. The application window will appear, providing a simple text editor interface.

  3. Use the toolbar and menu options to perform various operations on the text.

Additional Notes

  • 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 icons directory.

Future Enhancements

  • Implement redo and undo functionality.
  • Add the ability to change text color.
  • Improve the find feature for better user experience.

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.