Python The Hard Way exercise files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

308 B

Sermon Upload

Finds latest sermon based on input, uploads it, notifies the user whether or not it works. Sounds simple, it isn't.

Requirements

Install notify2 and dbus-python and other dependencies:

sudo apt-get install libgtk2.0-dev libdbus-1-dev
pip install dbus-python notify2