Skip to content

Cross-platform library for managing desktop wallpaper

License

Notifications You must be signed in to change notification settings

spatocode/xpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xpaper version downloads License: MIT issues build

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("C:/Users/Spatocode/wallpaper.jpg")    # absolute path to the image

wallpaper.get()     # "/Users/Spatocode/wallpaper.jpg"

API

.change(imagepath)

Changes the desktop wallpaper

imagepath

Type: string

an absolute path to the image

.get()

Returns the path of the current desktop wallpaper.

LICENSE

MIT License

Copyright (c) 2019 Ekene Izukanne

About

Cross-platform library for managing desktop wallpaper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages