The Pomodoro Timer is a productivity app with a Tkinter-based UI that helps users follow the Pomodoro technique. It includes a countdown timer, session indicators, and automatic work/break transitions.
Pranjal Sarnaik
- Dynamic GUI with status labels, timer, and tick marks.
- Easy-to-use Start and Reset buttons.
- Automatically switches between Work, Short Break, and Long Break sessions.
- Tracks completed cycles with visual ticks.
Intermediate
Python | Tkinter | Timer Logic | GUI Development | Event-Driven Programming
- Clone the repo:
git clone https://github.com/pranjalco/pomodoro-intermediate.git
- Run:
python app.py
Created by Pranjal Sarnaik
Released under the MIT License

