Skip to content

Jason-Koob/Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timer

A basic timer because my alarm clock can't do subtraction.

How It Works

This script uses both the current time and a user input time and compares the two and prints out the results. Both times are formatted to use a %Y-%m-%d %H:%M:%S format. Each second the time updates by getting the current time again and comparing that new time with the 'expected' time to print out the difference.

image

Releases

No releases published

Packages

No packages published

Languages