Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 13282cd

Browse files
committed
Added README for Set_Alarm Project
1 parent 369fce1 commit 13282cd

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

projects/Set_Alarm/README.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Set Alarm
2+
3+
This script lets you set an alarm and plays your selected music after the selected time.
4+
**THIS SCRIPT ONLY WORKS ON WINDOWS**
5+
6+
### Usage
7+
```
8+
$ python alarm.py
9+
```
10+
11+
### Sample output
12+
```
13+
$ python3 alarm.py
14+
15+
###########################
16+
###### Alarm Program ######
17+
###########################
18+
19+
Set the alarm time (e.g. 01:10): 00:01
20+
21+
Select any alarm music:
22+
23+
1. The Four Seasons
24+
2. Carnival
25+
3. Renaissance
26+
4. Variations
27+
5. Dreamy Nights
28+
6. Lakhau Hajarau
29+
7. New Horizon
30+
8. Crusade
31+
9. Mozart Wakes
32+
10. Morning Calm
33+
34+
35+
Enter the index of the listed musics (e.g. 1): 1
36+
>> Alarm music has been set --> The Four Seasons
37+
38+
>>> Alarm has been set successfully for 00:01! Please dont close the program! <<<
39+
```
40+
41+
## *Author Name*
42+
43+
[Kai Reichart](https://github.com/KaiReichart)

0 commit comments

Comments
 (0)