A simple command-line notes application built with Python.
- Add new notes
- View saved notes
- Delete notes by number
- Notes are saved to a local text file (
notes.txt)
- Make sure you have Python installed (version 3+).
- Run the script from the terminal:
python notes_app.py