/myfitnesstimer

Sequence of timers back-to-back

Primary LanguagePython

myfitnesstimer

Sequence of timers back-to-back

This Python3 program asks the user for a list of timers in seconds, then upon input of 'q', counts down the timers starting with the first one input.

To run: python3 my_timer.py

Dependencies: Python3 and time module