A console-based note manager in Python. Add, update, delete, and view your notes.
Notes is a minimalist console note manager. Everything is stored locally in notes.txt, with numbering generated "on the fly" that remains consistent even after deletions.
- Add notes
- Update existing notes
- Delete notes by number
- View all notes with numbering
- Download
notes.py - Run:
python notes.py - Choose actions from the menu
Main menu (options 0-4):
- Add a note
- Update a note
- Delete a note
- View notes
Notes/
├── notes.py # Main file
├── notes.txt # Notes file (created automatically)
└── README.md # Documentation
Timur (FelineFantasy)
License: MIT