An open API service indexing awesome lists of open source software.

https://github.com/fpaskali/simple-pomodoro

Simple terminal pomodoro timer written in python.
https://github.com/fpaskali/simple-pomodoro

pomodoro python3 terminal-app timer

Last synced: 9 months ago
JSON representation

Simple terminal pomodoro timer written in python.

Awesome Lists containing this project

README

          

# simple-pomodoro
Simple terminal pomodoro timer written in python.
```
usage: pomodoro.py [-h] [-pomodoro POMODORO] [-short SHORT] [-long LONG]
[-repeats REPEATS]

Simple Pomodoro.

optional arguments:
-h, --help show this help message and exit
-pomodoro POMODORO Duration of working period in minutes. (default=25)
-short SHORT Duration of short break in minutes. (default=5)
-long LONG Duration of long break in minutes. (default=15)
-repeats REPEATS Number of working periodes, before long break. (default=4)
```