Skip to content

Latest commit

 

History

History

P-5 Countdown Timer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

COUNT DOWN TIMER

Command Line Count Down Timer Screen

GUI Count Down Timer Screen

Time yourself when working on an activity, there is no need to lose track of time. Are u trying to meditate for 10 minutes. Are you worried of taking a long break, this application will help you assess your time.

I doesn't matter if you are a GUI or Command line freak, I have got you covered.

Running the application

pip install -r requirements.txt

CLI Version

python cli.py -m <minutes> -s <seconds>

The default for seconds if not specifed is zero(0).

Usage Help

python cli.py --help

GUI Version

python gui.py