A simple, text-based Pomodoro timer that runs in your terminal. This script helps you stay focused by breaking down work into manageable intervals, separated by short breaks.
- Work & Break Cycles: Automatically runs a 25-minute work session followed by a 5-minute break.
- Live Countdown: Displays a clean, updating countdown timer that doesn't clutter the terminal.
- Audio Alert: Makes a terminal beep sound (alert) when a session is over to get your attention.
- No Dependencies: Runs using only Python's standard libraries.
All you need is Python 3.x installed on your system. No external packages are required.
To start a Pomodoro session, navigate to the project directory and run the script:
python main.py