Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion alarm_clock/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Using AlarmClock script

## Dependencies :
For Ubuntu based systems please execute the following command to install the required dependencies.
```
sudo apt-get install -y python3-dev libasound2-dev
```
For other Unix based distros please google the package name.

## Steps to set an alarm :
1. run the script `AlarmClock.py` using python3.
On Unix based systems the command looks like :
Expand Down Expand Up @@ -51,4 +58,4 @@
```
5. Press enter to stop the alarm else the alarm will stop the sound after 33 seconds.

## NOTE : To change the alarm sound just __replace the alarm.wav with your choice of .wav__ file and __rename it to alarm.wav__.
## NOTE : To change the alarm sound just __replace the alarm.wav with your choice of .wav__ file and __rename it to alarm.wav__.