A clean, minimal Pomodoro timer built with Python and pygame.
- Pomodoro, Short Break, and Long Break modes
- Progress ring, session tracker, tasks, stats, and presets
- Background music and sound effects (toggle independently)
- Everything saves locally between sessions
pip install Pymodoro-B1Or run from source:
git clone https://github.com/basanta-bhandari/Pymodoro.git
cd Pymodoro
pip install pygame
python3 main.py| Key | Action |
|---|---|
SPACE |
Pause / Resume |
S |
Skip phase |
M |
Toggle music |
ESC |
Stop timer |