Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alarm_Clock_Timer #794

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Alarm_Clock_Timer #794

wants to merge 2 commits into from

Commits on Oct 21, 2023

  1. Create Alarm_clock-App.md

    # Alarm-clock-Timer
    This is a simple Python program that allows the user to set an alarm for a certain amount of time and choose an alarm sound. The user is prompted to enter the number of minutes and seconds to wait and to choose an alarm sound from a list of four options.
    
    Once the countdown timer reaches zero, the selected alarm sound will play, indicating that the time has elapsed. The user can choose from four different alarm sounds.
    
    This program uses the playsound library to play the selected sound file and the time library to keep track of the elapsed time. The program also utilizes escape sequences to clear the terminal and update the countdown timer display.
    
    # Requirements
    This program requires the playsound library to be installed. You can install it using pip: 
    pip install playsound
    
    # Usage
    To run the program, simply execute the Python script in your preferred environment or terminal:
    python alarm_clock.py
    
    Follow the prompts to set the desired time and alarm sound. The program will then start a countdown timer and play the selected sound once the timer reaches zero.
    Aditya9764 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    dcbb86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657f2d3 View commit details
    Browse the repository at this point in the history