An open API service indexing awesome lists of open source software.

https://github.com/emmanuel-howard/alarm-clock

An alarm clock program that plays a ringtone when finished.
https://github.com/emmanuel-howard/alarm-clock

alarm alarm-clock python

Last synced: 3 months ago
JSON representation

An alarm clock program that plays a ringtone when finished.

Awesome Lists containing this project

README

        

# Alarm Clock (Python)
An alarm clock program that plays a ringtone when finished.

## Description
This alarm clock counts up seconds from the current time up to the alarm time, which is provided from User input. Once it reaches the provided alarm time, the program will run the provided ringtone and print "WAKE UP!".

## Author
Emmanuel Howard - https://github.com/Emmanuel-Howard