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.
- 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
-
Clone the repository:
git clone (https://github.com/RishabhSingh08/PythonNotesCLA
-
Navigate to the project directory:
cd PythonNotesCLA -
Run the Python script:
python main.py
-
Follow the on-screen prompts to add, view, edit, and delete notes.
- Python
- colorama (for colorful output)
Contributions are welcome! If you have any suggestions or improvements for the app, feel free to submit a pull request.