QuestVault is a terminal-based productivity application built using Python.
- Add quests/tasks
- View quests
- Complete quests
- Gain XP
- Level system
- Stats tracking
- Save progress using file handling
- Python
- File Handling
- Functions
- Loops
- Lists
- Conditional Statements
Users can add quests, complete them, and gain XP points. QuestVault stores quests and XP data using text files, allowing progress to persist even after closing the application.
questvault.py→ Main applicationquests.txt→ Stores questsxp.txt→ Stores XP
- Advanced level system
- Better UI
- Error handling improvements
Built by Neeha Kiran 🚀