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.
- Host: GitHub
- URL: https://github.com/emmanuel-howard/alarm-clock
- Owner: Emmanuel-Howard
- Created: 2025-01-13T18:54:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T19:40:15.000Z (4 months ago)
- Last Synced: 2025-01-13T20:36:44.298Z (4 months ago)
- Topics: alarm, alarm-clock, python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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