Cross-platform library for changing desktop wallpaper
Works on windows and Linux
Supports all versions of Python
$ pip install xpaper
from xpaper import wallpaper
wallpaper.change("C:/Users/Spatocode/wallpaper.jpg") # absolute path to the image
wallpaper.get() # "/Users/Spatocode/wallpaper.jpg"
Changes the desktop wallpaper
Type: string
an absolute path to the image
Returns the path of the current desktop wallpaper.
Copyright (c) 2019 Ekene Izukanne