Simple Python script to set an alarm for a specific time. When the alarm goes off, a random youtube video will be opened. The possible youtube video URLs are taken from youtube_alarm_videos.txt
With Python 3 installed, simply type python3 alarm_clock.py
to run the script.
To add videos that may be opened, copy the video URL into youtube_alarm_videos.txt. Make sure that there is only one URL per line.