JigolKa / Python-Alarm-Clock

A simple Python script for a command line alarm clock that plays a random YouTube video when it goes off.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple Python script for a command line alarm clock that plays a random YouTube video when it goes off.


Languages

Language:Python 100.0%