This project is a simple Notepad application built using Python 3.11 and the Tkinter library. It aims to provide users with basic text editing functionalities akin to a standard Notepad, along with additional features accessible through the menu bar.
Text editing functionalities like open, save, save as, copy, cut, paste, undo, redo, etc.
Additional applications accessible through the menu bar:
Paint App: Allows users to draw and paint.
Todo List App: Helps users manage their tasks and to-do lists.
Calculator App: Provides basic arithmetic operations.
Python 3.10 or higher
Tkinter library
Tkinter messagebox
Tkinter filedialog
os module
subprocess module
Launch the Notepad application by running notepad-test.py.
Use the menu bar options for standard text editing functionalities.
Access additional applications like the Paint App, Todo List App, and Calculator App from the menu bar.
Contributions are welcome! If you want to contribute to this project, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
Special thanks to the creators and maintainers of Python, Tkinter, and all the libraries used in this project.