Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 523 Bytes

File metadata and controls

11 lines (9 loc) · 523 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. Very soon i will update this code we make some unique and add more function