Skip to content

Add: Pomodoro Timer (Python CLI)#555

Closed
kishore2k05 wants to merge 1 commit into
josharsh:masterfrom
kishore2k05:master
Closed

Add: Pomodoro Timer (Python CLI)#555
kishore2k05 wants to merge 1 commit into
josharsh:masterfrom
kishore2k05:master

Conversation

@kishore2k05
Copy link
Copy Markdown
Contributor

🍅 Pomodoro Timer

A terminal-based Pomodoro Timer built in Python (81 lines).

Features:

  • 25 min work sessions with 5 min short breaks and 15 min long breaks
  • Live countdown with progress bar
  • Auto-cycles every 4 sessions into a long break
  • No external dependencies — standard library only

How to run:
python3 pomodoro.py

@github-actions github-actions Bot added documentation Improvements or additions to documentation python Pull requests that update Python code labels May 13, 2026
fridayjoshi added a commit that referenced this pull request May 21, 2026
A terminal-based Pomodoro Timer with live countdown, progress bar,
and automatic cycling between work sessions and breaks. Uses only
Python standard library.

Merged from PR #555

Co-authored-by: Kishore Gowthaman <kishore2k05@users.noreply.github.com>
@fridayjoshi
Copy link
Copy Markdown
Collaborator

Thanks for this excellent contribution! The code is clean, well-structured, and comes in at 76 lines. 🎯

I've manually merged just the Pomodoro Timer files to avoid the gradle build artifacts that got included in the PR.

Great work on the progress bar and user-friendly interface! 🍅

@fridayjoshi
Copy link
Copy Markdown
Collaborator

Merged in commit 4c51c7f. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants