Wallpaper Getter and Setter
Project description
Multiwall
Set your background on multiple monitors to random images from Unsplash, mikedrawsdota, and more.
Installation
py -3 -m pip install multiwall
Usage
py -3 -m multiwall
The default source is Unsplash, use the --source
flag to change it.
py -3 -m multiwall --source 'mikedrawsdota'
As a Desktop Shortcut
-
Create a file
wallpaper.pyw
with the following contents:import multiwall multiwall.main()
-
Set it to Open With
"C:\Windows\pyw.exe"
Examples
# 4k monitor + 1080p monitor (5760x2160 picture) py -3 -m multiwall --monitors "3440x1440,1920x1080"
# 4k monitor + portait monitor py -3 -m multiwall --monitors "3440x1440,1440x2560"
Planned Features
- [*] Automatic monitor size detection
- [*] Custom search parameters
- [*] Save images without setting wallpaper
- Favorite images
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.