Metadata-Version: 2.1
Name: PomodoroPy
Version: 0.0.3
Summary: A simple command-line Pomodoro timer
Home-page: https://github.com/yzhang-dev/PomodoroPy
Author: Yi Zhang
Author-email: yizhang.dev@gmail.com
License: MIT
Download-URL: https://github.com/yzhang-dev/PomodoroPy
Keywords: pomodoro,pomodoro-timer,terminal-app,productivity
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# PomodoroPy

PomodoroPy is

* a simple command-line Pomodoro timer
* written in Python (3.7+) Standard Library

PomodoroPy supports to

* quickly set up a series of repeatable Pomodoros
* log the historical Pomodoros including corresponding task, time interval and self-rating



## Quickstart

```bash
$ pomodoropy -h
```



### Requirements

#### Terminal Notification

* macOS

  ```bash
  $ brew install terminal-notifier
  ```



#### Voice Notification

* macOS

  ```bash
  $ say -v ?
  ```



### Install PomodoroPy

```bash
$ pip install pomodoropy
```


