Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 966 Bytes

File metadata and controls

42 lines (27 loc) · 966 Bytes

Notes App

This is a simple command-line application allows you to add, view, edit, and delete notes. I might add a database, along with authentication in the future.

Features

  • Add new notes with a title and content
  • View all existing notes with their respective IDs
  • Delete notes by providing the note ID
  • Edit existing notes by providing the note ID
  • Supports various emojis for a fun and interactive experience

How to Use

  1. Clone the repository:

    git clone (https://github.com/RishabhSingh08/PythonNotesCLA
  2. Navigate to the project directory:

    cd PythonNotesCLA
  3. Run the Python script:

    python main.py
  4. Follow the on-screen prompts to add, view, edit, and delete notes.

Technologies Used

  • Python
  • colorama (for colorful output)

Contributing

Contributions are welcome! If you have any suggestions or improvements for the app, feel free to submit a pull request.