Here’s a simple terminal-based Pomodoro app written in Python. It uses basic console output and time.sleep()
for timing, and supports a standard Pomodoro cycle: 25 minutes work, 5 minutes short break, and a longer 15-minute break every 4 cycles.
How to use:
-
Run the script in a terminal.
-
It will start the Pomodoro cycles automatically.
-
Press
Ctrl+C
to stop anytime.
Let me know if you want me to add features like customizable timers, notifications, or sound alerts!
Leave a Reply