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.
- Host: GitHub
- URL: https://github.com/fpaskali/simple-pomodoro
- Owner: fpaskali
- License: gpl-3.0
- Created: 2019-12-03T14:18:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T09:20:06.000Z (over 6 years ago)
- Last Synced: 2025-02-03T12:52:47.031Z (over 1 year ago)
- Topics: pomodoro, python3, terminal-app, timer
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```