Skip to content

A simple Python alarm clock that plays a sound at a specified time, with an option to stop the alarm using the 's' key.

Notifications You must be signed in to change notification settings

tiiimcheeen/Alarm-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alarm-Clock ⏰

A simple Python alarm clock that plays a sound at a specified time. Users can set the alarm time in HH:MM:SS format, and when the time is reached, the alarm sound plays. You can stop the alarm by pressing the 's' key.

Features

  • Set an alarm time in HH:MM:SS format.
  • Plays an alarm sound (alarm_clock.mp3) when the set time is reached.
  • Allows you to stop the alarm sound by pressing the 's' key.

File Structure

  • alarm_clock.py: Main script for the alarm clock functionality.
  • alarm_clock.mp3: Sound file that plays when the alarm goes off.

Usage

Run the script, enter the alarm time, and wait for the alarm to sound. Press 's' to stop the alarm.

About

A simple Python alarm clock that plays a sound at a specified time, with an option to stop the alarm using the 's' key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages