Skip to content

maximnota/Smart-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Smart Notes Application

A simple note-taking application with a focus on organization and easy retrieval of information.

Table of Contents

Description

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/smart-notes.git
  2. Navigate to the project directory:

    cd smart-notes
  3. Install the required dependencies (PyQt5):

    pip install PyQt5

Usage

  1. Run the application:

    python smart_notes.py
  2. The application window will appear, allowing you to create, manage, and search for notes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages