A simple Notepad Application built with Python and Tkinter, designed for basic text editing tasks such as creating, opening, editing, and saving text files.
Start a new document with ease.
Load existing text files for editing.
Save changes to the current file or create a new one.
Save the file under a different name.
Cut, Copy, and Paste functionality.
Easily edit large text files.
Information about the application.
Python 3.x
Tkinter (Python GUI Library)
Launch the application using the above command.
Use the File Menu to create, open, or save text files.
Access Edit Menu for Cut, Copy, and Paste functionalities.
git clone https://github.com/mehakmustafa18/note-pad-project.git
cd Notepad
Check Python version:
python --version
python Project.py
View the About Notepad section for application details.
Fork this repositery Create a feature branch: git checkout -b feature-branch.
git commit -m "Add new feature"
git push origin feature-branch Submit pull request.
03033703468
Mehak Mustafa
This project is licensed under MIT License.
Special thanks to all resources.
Python Documentation Tkinter Documentation