All Projects → mammuth → bing-wallpaper

mammuth / bing-wallpaper

Licence: GPL-2.0 license
Python Skript that sets the daily www.bing.com picture as a Desktop Wallpaper

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bing-wallpaper

Wonderful Bing Wallpaper
Simple bing daily wallpaper API lib for Node.js. 极简的 Node.js 版必应壁纸 API 库。
Stars: ✭ 20 (-4.76%)
Mutual labels:  wallpaper, bing
freshpaper
This utility automatically sets the wallpaper of the day from various sources as your Desktop wallpaper.
Stars: ✭ 35 (+66.67%)
Mutual labels:  wallpaper, bing
gosimac
Fetch the wallpaper from Bing, Unsplash, etc.
Stars: ✭ 22 (+4.76%)
Mutual labels:  wallpaper, bing
Bingpaper
Use Bing daily photo as your wallpaper for macOS.
Stars: ✭ 105 (+400%)
Mutual labels:  wallpaper, bing
uranus
[W.I.P] An ecosystem of crawlers for detecting: leaks, sensitive data exposure and attempts exfiltration of data
Stars: ✭ 22 (+4.76%)
Mutual labels:  bing
Olauncher
Minimal AF (ad-free) launcher app for Android. Available at Play Store and F-Droid.
Stars: ✭ 211 (+904.76%)
Mutual labels:  wallpaper
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (+838.1%)
Mutual labels:  wallpaper
Ttgbingwallpaper
Mac menubar app. Automate download daily picture from Microsoft Bing website and set it as your wallpaper. Written in Swift3.
Stars: ✭ 184 (+776.19%)
Mutual labels:  wallpaper
wallpaper-cli
Get or set the desktop wallpaper
Stars: ✭ 151 (+619.05%)
Mutual labels:  wallpaper
Pixel-Wallpaper-app
An app full of Constantly updating Google Pixel wallpapers
Stars: ✭ 120 (+471.43%)
Mutual labels:  wallpaper
txt2speech
Convert text to speech using Google Translate API
Stars: ✭ 38 (+80.95%)
Mutual labels:  bing
Avogadrio
Worship your favorite molecule by setting it as your wallpaper.
Stars: ✭ 239 (+1038.1%)
Mutual labels:  wallpaper
react-leaflet-bing
Bing layer as React component for Leaflet | This repo is obsolete. Plz, use https://github.com/TA-Geoforce/react-leaflet-bing
Stars: ✭ 13 (-38.1%)
Mutual labels:  bing
Myersplash.uwp
Yet anothor simple and elegant photos & wallpaper app for all platforms.
Stars: ✭ 207 (+885.71%)
Mutual labels:  wallpaper
wallup-android
Hand curated Images & 'Auto Wallpaper'
Stars: ✭ 30 (+42.86%)
Mutual labels:  wallpaper
Wallpapper
💻 Console application for creating dynamic wallpapers for macOS Mojave and newer
Stars: ✭ 2,533 (+11961.9%)
Mutual labels:  wallpaper
daily-wallpaper
Change wallpaper automatically with the Photo of The Day of your loved source
Stars: ✭ 70 (+233.33%)
Mutual labels:  wallpaper
vitrina-legacy
A companion app for Muzei that fetches images from Reddit
Stars: ✭ 23 (+9.52%)
Mutual labels:  wallpaper
Dynamic Walls
Replicating macOS Mojave's dynamic wallpaper feature
Stars: ✭ 42 (+100%)
Mutual labels:  wallpaper
Bing-Api
轻巧但辣鸡的 Bing 今日美图 API
Stars: ✭ 39 (+85.71%)
Mutual labels:  wallpaper

Bing-Wallpaper

Buy Me A Coffee

A Python3 script to set the daily background image of www.bing.com as desktop wallpaper on Linux or Windows.

Works fine with Ubuntu 13.10 (Unity and Gnome3). KDE is not supported yet. By testing it in Win7 I experienced a reset of the wallpaper after rebooting.

HowTo Use:

Just run python3 bing_wallpaper.py

The images will be stored in an image/ folder.

Automate it! (Linux)

Make something like the following starting at boot time, to automate the process (change the paths to your needs):

#! /bin/bash
DATE=`date +%d-%m-%Y`
#only start the script if the todays picture doesn't exists
if [ ! -a /pathTo/saveDir/bing_wp_$DATE".jpg" ]; then
	python3 /pathTo/pythonScript/bing_wallpaper.py
fi

Note:

This isn't really finished, (especially regarding compatibility) but maybe this already is useful for someone. If you have any questions or ideas how to improve this, tell me! ;-)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].