This project fetches Google's earthview images and changes your desktop wallpaper every 15 minutes to a random one of them.
- Clone this repository to your local machine
- Install the required dependencies by running
pip install -r requirements.txt
from the root of your cloned repository - Build by running
pyinstaller --clean --noconsole --name EarthviewWallpaper --add-data="prettyearth.txt;." --add-data="icon.ico;." app.py
from the root of your cloned repository - Optional: Automatically start EarthviewWallpaper on login
- Create a shortcut to "/dist/EarthviewWallpaper/EarthviewWallpaper.exe"
- Press WIN+R
- Type "shell:startup" and hit ENTER
- Move the shortcut to this location
- Clone this repository to your local machine
- Install the required dependencies by running
pip3 install -r requirements.txt
from the root of your cloned repository - Build by running
python setup.py py2app
from the root of your cloned repository - Move the app to your systems' application folder by running
mv dist/app.app /Applications/EarthviewWallpaper.app
- Optional: Automatically start EarthviewWallpaper on login by running
mv local.earthviewwallpaper.agent.plist ~/Library/LaunchAgents
- Change ALL desktops for OS X
- Handle network errors
- Use PyInstall on OS X, too
- Grant permanent permission on OS X Mojave