Skip to content

ooigavin/pomodoro-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

pomodoro-cli

Python CLI implementation of a pomodoro timer

Args:
--> work_time: number of working minutes (integer)
--> rest_time: number of resting minutes (integer)
--> limit (optional used via -l flag): number of pomodoros completed before program exits (integer)

Usage

    # work for 25 mins with 5 mins break for 10 cycles
    python3 pomo_cli.py 25 5 -l 10  

About

Python CLI implementation of a pomodoro timer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages