This is a basic notepad application built using Python and the Tkinter library. It allows users to create, open, and save text files, as well as perform basic editing functions such as cut, copy, paste, undo, and redo. In addition to this, the application also allows users to change the font family and size, and the background color of the text.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Python and the Tkinter library installed on your machine in order to run the application.
- Clone or download the repository onto your machine.
- Open the "notepad.py" file in a Python IDE or text editor.
- Run the file to launch the application.
The application has a simple and intuitive interface with a menu bar containing the following options:
- File: Contains options to open and save text files.
- Edit: Contains options to cut, copy, and paste text.
- View: Contains options to change the font family and size, and the background color of the text. You can also use the keyboard shortcuts 'Control-z' and 'Control-y' to undo and redo actions.
- Python - The programming language used
- Tkinter - The library used to create the GUI
Special thanks to the Tkinter library for making it easy to create GUI applications in Python.