A simple note-taking application with a focus on organization and easy retrieval of information.
The Smart Notes application is built using PyQt5 and provides a user-friendly interface for creating, managing, and organizing notes. The application stores notes in a JSON file, allowing users to easily add, delete, and search for notes.
- Create and save notes with a title.
- Delete notes.
- Save changes to notes.
- Search for notes using tags.
- Add tags to notes for better organization.
-
Clone the repository:
git clone https://github.com/your-username/smart-notes.git
-
Navigate to the project directory:
cd smart-notes -
Install the required dependencies (PyQt5):
pip install PyQt5
-
Run the application:
python smart_notes.py
-
The application window will appear, allowing you to create, manage, and search for notes.