Weather-Background-Changer
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Advanced Concepts 2 (CS431) Project, will get the current weather of the users current location and change the background based on that info
prerequisites:
Need convert installed

Add BackgroundChanger.py to cron, with settings on how often you want
it to update
e.g
crontab -e
*/30 * * * * export DISPLAY=:0; /home/Username/BackgroundChanger.py c
will update every 30 minutes

Takes in one optional parameter c to decide whether to use celsius, 
defualt is farenhiet

Background images are downloaded and converted to size of
users screen automatically 

Only works on gnome for now (version 2 and 3) and XFCE

Might need to include a few more TypesOfWeather and images to match all
kinds of options available on the site. But concept works

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。