Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 446 Bytes

Python-Alarm-Clock

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

Usage

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.