This project is a simple Notepad application built using Python's Tkinter library. The Notepad application allows you to create, open, edit, and save text files with ease.
- Create a new file
- Open an existing file
- Save a file
- Cut text
- Copy text
- Paste text
- Python 3.x
- Tkinter library (usually included with Python)
- Clone the repository:
git clone https://github.com/RuchikaTalele12/Tkinter-Notepad.git cd Tkinter-Notepad
-
Run the script:
python notepad.py
-
Interact with the Notepad application:
- New File: Clear the current text and start a new file.
- Open File: Open an existing text file.
- Save File: Save the current text to a file.
- Cut: Cut the selected text.
- Copy: Copy the selected text.
- Paste: Paste the copied text.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.