Skip to content

A python alarm that opens a website when time is up.

License

Notifications You must be signed in to change notification settings

max0410/URL-Alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL-Alarm

A python alarm that opens a randomly selected website when the time is up.

Usage

First, setup the alarm by editing the contents of url.txt. For each url you want randomly selected, create a new line. Then, in the command line run alarm.py with the options:

[--hour HOUR]
[--minute MINUTE]
[--AM] [--PM]

Example

This command sets an alarm for 5:38 PM:

python alarm.py --hour 5 --minute 38 --PM

To run the alarm in the background, use pythonw instead.

License

MIT

About

A python alarm that opens a website when time is up.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages