A simple Python script that donwloads the image of the day from "www.bingwallpaper.com" everyday at 10:00 AM and sets it as the desktop background using BeautifulSoup and requests library. This can be done easily using below steps.
1. install python 3.5
2. download file and cd into it
3. change the image destination in line 28 of source code
4. execute the following command : python3 potd.py
Note: Designed for Ubuntu 16.04