Cross platform library for managing desktop wallpaper
Project description
Xpaper
Cross-platform library for changing desktop wallpaper
Works on windows and Linux
Supports all versions of Python
Install
$ pip install xpaper
Usage
from xpaper import wallpaper
wallpaper.change("wallpaper.jpg)
wallpaper.get() # "/Users/Spatocode/wallpaper.jpg"
API
.change(imagepath)
Changes the desktop wallpaper
imagepath
Type: string
The path to image to be used as desktop wallpaper
.get()
Returns the path of the current desktop wallpaper.
LICENSE
MIT License
Copyright (c) 2019 Ekene Izukanne
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.
Source Distribution
Xpaper-0.2.0.tar.gz
(2.7 kB
view hashes)
Built Distribution
Xpaper-0.2.0-py3-none-any.whl
(4.6 kB
view hashes)