A simple python script to fetch Bing daily images and set them randomly using hsetroot

Overview

Daily bing walls

A script to set the daily bing image as the wallpaper. It can also set from a random set of previously fetched wallpapers.

usage: daily.py [-h] [--random] [-p] [-d ROOT_DIR] [--viewer VIEWER]
                [--setter {feh,nitrogen,hsetroot}]

optional arguments:
  -h, --help            show this help message and exit
  --random              choose a random image from root_dir
  -p, --preview         only preview image, don't set/save
  -d ROOT_DIR, --root-dir ROOT_DIR
                        path to root directory
  --viewer VIEWER       specify preview tool
  --setter {feh,nitrogen,hsetroot}
                        specify tool to use when setting wallpaper

You may change the default directory and default application by making small edits to the daily.py file.

Dependencies

  • python libraries
    • requests
    • urllib
    • argparse
  • others
    • hsetroot | nitrogen | feh - application that can set wallpaper
You might also like...
Fetch papers and metadata.

Fetch PubMed Central for open-access papers as well as Sci-Hub

Code to scrape , download and upload to youtube daily

Youtube_Automated_Channel Code to scrape , download and upload to youtube daily INSTRUCTIONS Download the Github Repository Download and install Pytho

Automatically download and crop key information from the arxiv daily paper. (cpu version)
Automatically download and crop key information from the arxiv daily paper. (cpu version)

Automatically download and crop key information from the arxiv daily paper. (cpu version)

Shit-fetch - Shitpost fetcher (downloader)
Shit-fetch - Shitpost fetcher (downloader)

shit-fetch Download shitpost (random) from https://random-shitpost.com/ Usage ./shitfetch.py --nsfw (true/false) --output ~/Downloads (default : ./)

Python script to download entire campaign images and navigation.

Squidle campaign downloader Python script to download entire campaign images and navigation. usage: squidle_campaign_downloader.py [-h] [--api-token A

Python script to download all images/webms of a 4chan thread

Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation

Download images where login is required using har python and js
Download images where login is required using har python and js

이미지 다운로드(har, python, js 사용) 로그인이 필요한 사이트에서 DevTools로 이미지를 다운받는 방법은 조금 까다로웠다. 가장 쉽게 할 수 있는 방법을 찾아보았다. 사용법 F12를 눌러 DevTools를 실행 Network 탭으로 이동 페이지 새로고침

Arxiv2Kindle is a simple script written in python that converts LaTeX source downloaded from Arxiv and recompiles it to better fit a Kindle or other similar reading devices.
Arxiv2Kindle is a simple script written in python that converts LaTeX source downloaded from Arxiv and recompiles it to better fit a Kindle or other similar reading devices.

Arxiv2Kindle is a simple script written in python that converts LaTeX source downloaded from Arxiv and recompiles it to better fit a read

A simple python script and it's used for mp4 type video downloading from youtube.
A simple python script and it's used for mp4 type video downloading from youtube.

This is a simple python script and it's used for mp4 type video downloading from youtube. also, it's used inbuilt python module pytube. Furthermore, I know we have so many apps and online websites to do the same thing so it's just an experiment to study how to do those things in python.

Comments
  • refactored code and added some features

    refactored code and added some features

    Hi, I found your repo on r/unixpn and wanted to add some changes to your code. Cool idea though, I liked these daily wallpapers when I was on Windows 10.

    list of changes

    • added argparse support
    • added feature to use other tools like feh (tested) and nitrogen (not tested)
    • added feature to preview using specified tool
    • overall pythonic code refactor
    • updated README.md
    opened by rusty-electron 1
Owner
Harinarayanan K S
OSINT 🔥
Harinarayanan K S
Download and save Bing wallpapers and set as background for GNOME desktop

Save Bing wallpapers and set as background for GNOME desktop This script downloads the Bing wallpaper and sets it in the background of your gnome desk

manikamran 2 Nov 6, 2021
bing image downloader app used to download bulk images for a specific search term created using streamlit and bing_image_downloader python packages

bing image downloader app bing image downloader app is used to download bulk images for a specific search term. bing image downloader app gets the sea

Siva Prakash 8 Apr 5, 2022
Python library to download bulk of images from Bing.com

Python library to download bulk of images form Bing.com. This package uses async url, which makes it very fast while downloading.

Guru Prasad Singh 105 Dec 14, 2022
Fetch McDonald invoices from mailbox and merge them to one PDF file.

concatenate Fetch McDonald invoices from mailbox and merge them to one PDF file. Description This script will fetch all McDonald invoice pdfs from a p

null 3 Oct 6, 2022
Jocomol 16 Dec 12, 2022
Download Web-10K data by querying Bing Image Search

gpv2-web10k This repository contains the script to download images from the Web-10K dataset. The script takes in a list of queries, queries Bing Image

AI2 8 Sep 6, 2022
Python script designed to search and fetch direct download links from nxbrew.com

SwitchGamesDownloader Only for windows nxbrew.com is a website, accessible only using a proxy, where the majority of games for the Nintendo Switch are

Backend 91 Dec 28, 2022
Downloads separate (specified) file to a randomly generated folder in /TEMP then executes it.

PyTemp-1 A Python3 file downloader. What you do with this code / project / idea is non of my buisness or concern, and this was made for **educational*

NightTab 1 Aug 3, 2022
Simple Python script to download images and videos from public subreddits without using Reddit's API 😎

Subreddit Media Downloader Download images and videos from any public subreddit without using Reddit's API Made with ❤ by Nico ?? About: This script a

Nico 106 Jan 7, 2023