The Notepad application is a simple text editor created using Python's Tkinter library. It provides basic functionalities similar to the standard Notepad program.
- New: Create a new blank document.
- Open: Open an existing text file.
- Save: Save the current document.
- Copy, Cut, Paste: Perform standard text editing operations.
- About Notepad: Information about the application and the developer.
- Python 3.x installed
- Tkinter library (usually included with Python)
-
Clone the repository:
- Clone the repository from (https://github.com/mariosplaton123/Python-Notepad.git)
-
Navigate to the project directory:
- Navigate to the
Python-Notepad
folder.
- Navigate to the
-
Run the application:
- Run the
main.py
file
- Run the
- Open: Click on the "File" menu and select "Open" to open an existing text file.
- Save: Click on the "File" menu and select "Save" to save the current document.
- Copy, Cut, Paste: Use the "Edit" menu to perform these operations.
- About Notepad: Click on the "Help" menu and select "About Notepad" to learn more about the application.
- This project was created as a demonstration of basic GUI programming with Tkinter.
- The application is a lightweight alternative to standard text editors for simple text editing tasks.