bbenefield89 / PythonAlarm

A CLI to set alarms
MIT License
2 stars 4 forks source link

Brandon/async #1

Closed bbenefield89 closed 6 years ago

bbenefield89 commented 6 years ago

Turns out async was not needed.

Instead, I used a while loop to check if the timer needs to go off.

If the alarm is not ready then update the terminal in place showing how much time is left until the alarm is ready (in seconds).