Basic alarm App created to re-learn Python, project idea from link
YAlarm using Tkinter to provide an UI for users to set alarms. Once set time is reach, it will open a website base on link supplied by user. If there's no link supplied or link error, YAlarm will open this youtube video.
If time set is already past, YAlarm will set the time for next day
Python 2.7 - 'BeautifulSoup', 'Tkinter', 'datetime', 'os', 'thread', 'time', 'urllib2', 'webbrowser'
Download whole repository and run main.py