Python Note Keeper is a simple application that allows users to write and manage their notes. It provides a user-friendly interface for creating, saving, and opening notes.
- Note Entry: Users can type and edit their notes in the provided text area.
- Save Notes: Users can save their notes to a file, providing a filename for easy retrieval later.
- Open Notes: Users can open previously saved notes from their system and view/edit the content.
- Clear Notes: Users can easily clear the note area to start fresh.
To run the Python Note Keeper, follow these steps:
- Ensure you have Python installed on your system.
- Download the code files from the GitHub repository.
- Open the terminal or command prompt and navigate to the directory where you saved the code files.
- Install the required dependencies by running the following command:
pip install customtkinter
- Run the application by executing the following command:
python main.py
- The Note Keeper window will appear, allowing you to start writing and managing your notes.
- Enter the content of your note in the provided text area.
- To save the note, click the "Save" button. You will be prompted to choose a location and provide a filename for the note file.
- To open a previously saved note, click the "Open" button. Select the note file from your system, and the content will be loaded into the text area.
- To clear the note area and start fresh, click the "Clear" button.
Contributions to the Python Note Keeper project are welcome. If you encounter any issues or have suggestions for improvements, please submit them through the GitHub repository.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for personal or commercial purposes.