desktop-wallpaper

Cross Platform Python module to change wallpaper


Keywords
wallpaper, change_wallpaper, set_wallpaper
License
MIT
Install
pip install desktop-wallpaper==1.0.1

Documentation

py_wallpaper: Change Wallpaper from Python

py_wallpaper is a cross platform Python module to change wallpapers across different platforms.

It supports ubuntu/windows/mac.

Installation

Use pip

pip install py_wallpaper

Usage

use change_wallpaper

Example:


from desktop_wallpaper import change_wallpaper
change_wallpaper("/home/user/Pictures/stars.jpg")