A desktop productivity application that combines a Pomodoro timer, task planner, focus streaks, and productivity analytics.
- 25-minute focus sessions
- Short and long breaks
- Start, pause, and reset controls
- Persistent task planner
- Task completion tracking
- Daily focus streaks
- Weekly productivity analytics
- Local data storage with SQLite
- Python
- CustomTkinter
- Tkinter
- SQLite
- Matplotlib
Clone the repository:
git clone https://github.com/rojinaadhikarii/pomodorotimer.git
cd pomodorotimerCreate and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activateInstall the dependencies:
pip install -r requirements.txtRun the application:
python app.pyI built this project as a productivity tool for managing focused work sessions and daily tasks while visualizing focus habits over time.
