https://github.com/pranjalco/pomodoro-intermediate
The Pomodoro Timer is a productivity app using Tkinter and math for a user-friendly interface. Features include a tomato image with a countdown timer, interactive colors for work/break sessions, labels showing current status (Work, Short/Long Break), and two buttons: Start to begin and Reset to reset.
https://github.com/pranjalco/pomodoro-intermediate
application event-driven gui-development math-module productivity python-programming timer tkinter-gui
Last synced: 8 months ago
JSON representation
The Pomodoro Timer is a productivity app using Tkinter and math for a user-friendly interface. Features include a tomato image with a countdown timer, interactive colors for work/break sessions, labels showing current status (Work, Short/Long Break), and two buttons: Start to begin and Reset to reset.
- Host: GitHub
- URL: https://github.com/pranjalco/pomodoro-intermediate
- Owner: pranjalco
- License: mit
- Created: 2025-01-10T13:17:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T16:06:21.000Z (9 months ago)
- Last Synced: 2025-03-16T17:20:27.895Z (9 months ago)
- Topics: application, event-driven, gui-development, math-module, productivity, python-programming, timer, tkinter-gui
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomodoro
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.
## Screenshots
, 
## Author
Pranjal Sarnaik
## Features
- 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.
## Level
Intermediate
## Tech Stack
Python | Tkinter | Timer Logic | GUI Development | Event-Driven Programming
## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/pomodoro-intermediate.git
3. Run:
```bash
python app.py
**Created by Pranjal Sarnaik**
*Released under the MIT License*