The Notes App is a simple command-line application for creating, viewing, and deleting text-based notes. This project allows you to manage your notes efficiently, all from your terminal.
- Create new notes with a title and content.
- View the contents of existing notes.
- Delete notes when they are no longer needed.
To run this application, you'll need:
- Python (3.x recommended)
-
Run the Notes App:
python notes-app.py
-
Choose an option from the menu:
- Enter
1
to create a new note. - Enter
2
to view an existing note. - Enter
3
to delete a note. - Enter
4
to exit the application.
- Enter
-
Follow the on-screen prompts to perform your desired action.