A simple terminal-based productivity app written in Python.
- Task manager (add, edit, complete, delete)
- Notes system
- Habit tracker
- Daily journal
- Pomodoro / focus timer
- Basic stats dashboard
When the program starts, you get a menu in the terminal.
From there you can:
- Open different modules (tasks, notes, habits, etc.)
- Add or manage your data
- Everything gets saved automatically to
productivity.json - Next time you run the script, your data is still there
The app is fully terminal-based — no GUI, no external libraries.
Make sure you have Python installed.
python main.py