Skip to content

getsec/AutoWallPaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto WallPaper

Automatically downloads wall papers from https://alpha.wallhaven.cc/

Requirements

  • Python3.7
  • Gnome Desktop Manager on Ubuntu 18.04

Installation

Use the package manager pip to install the following packages.

  • configparser
  • bs4
  • requests
pip install configparser bs4 requests --user

Usage

  1. Setup the config file
vim wp.conf

[config]
directory = /home/cloud/Pictures/wallpaper
depth = 5
category = vaporwave
resolution = 1920x1080
  1. Invoke the script
python3 wallpaper_get.py
  1. User the wallpaper_shuffle.py to automatically set wallpapers (I put it in my zshrc but you can cron it or do whatever...)
python3 wallpaper_shuffle.py

Roadmap

Add the NSFW Tag to make sure you dont download any boobies... ✔️

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Automatically downloads new wallpapers from wallhaven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages