Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Alarm Clock

Description:

This Python script acts as a simple alarm clock, allowing the user to set an alarm time and be notified when the alarm goes off.

How to Use:

  1. Run the script in a Python environment.
  2. Enter the alarm time in HH:MM:SS format when prompted.
  3. The script will continuously check the current time and notify you when the alarm time is reached.