A simple command-line pomodoro timer and task tracker to boost your productivity!
- 📝 Add and manage tasks
- ⏰ Built-in pomodoro timer
- 📊 Track completion statistics
- 💾 Persistent task storage
- 🎯 Simple and intuitive CLI
- 🖥️ With GUI support
- Clone this repository:
git clone https://github.com/yourusername/task-timer-cli.git
cd task-timer-cli- Make the script executable (optional):
chmod +x task_timer.py- Run it!
python task_timer.pypython task_timer.py add "Write documentation" 25python task_timer.py listpython task_timer.py start 1python task_timer.py delete 1python task_timer.py statsThis project welcomes contributions for Hacktoberfest! 🎃
Please check out our open issues for ways to contribute. We have issues labeled good-first-issue for beginners!
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Create a Pull Request
MIT License - feel free to use this project for learning and improvement!
- Add break timer support
- Color-coded output
- Export tasks to CSV
- Task categories/tags
- Sound notifications
- GUI version
- Configuration file support
Made with ❤️ for Hacktoberfest 2025