Kunniii / python-pomodoro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-pomodoro

You can run this app directly by double click the executable file
Or you can run this in command line and give it some arguments

pomodoro -t 15 -s 5 -r 3 -l 15 -c 5
  • Each pomodoro is 15 min
  • After each pomodoro short break is 5 min
  • Repeat each pomodoro for 3 times
  • After 3 repeat time, take long break in 15 min
  • Do a whole work for 5 cycle

By default,

  • Each pomodoro is 30 min
  • After each pomodoro short break is 5 min
  • Repeat each pomodoro for 5 times
  • After 3 repeat time, take long break in 15 min
  • Do a whole work for 3 cycle

About


Languages

Language:Python 100.0%