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
git clone https://github.com/FelineFantasy/Notes
cd Notes
python notes.pyMain 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)
├── .gitignore # Git ignore rules
├── README.md # Documentation
└── .github/
└── FUNDING.yml # GitHub funding configuration
If you enjoy Notes and want to help keep the project alive, you can support me here:
Your support helps me:
- 📝 Keep improving the app
- 🐱 Develop more open-source projects
- ☕ Stay awake while coding at 4 AM
Every little bit is appreciated! ❤️
- FelineFantasy
- License: MIT