Metadata-Version: 2.4
Name: Pymodoro-B1
Version: 0.1.0
Summary: A terminal-based Pomodoro timer using Python.
Home-page: https://github.com/basanta-bhandari/pymodoro
Author: Basanta Bhandari
Author-email: bhandari.basanta.47@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pygame>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Pymodoro

A clean, minimal Pomodoro timer built with Python and pygame.

---

## Features

- 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

---

## Installation

```bash
pip install Pymodoro-B1
```

Or run from source:

```bash
git clone https://github.com/basanta-bhandari/Pymodoro.git
cd Pymodoro
pip install pygame
python3 main.py
```

---


## Keyboard Shortcuts

| Key | Action |
|-----|--------|
| `SPACE` | Pause / Resume |
| `S` | Skip phase |
| `M` | Toggle music |
| `ESC` | Stop timer |

---

**Basanta Bhandari** — [github.com/basanta-bhandari](https://github.com/basanta-bhandari)
