Metadata-Version: 2.1
Name: Xpaper
Version: 0.2.0
Summary: Cross platform library for managing desktop wallpaper
Home-page: https://github.com/spatocode/Xpaper
Author: Ekene Izukanne
Author-email: ekeneizukanne@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Xpaper

Cross-platform library for changing desktop wallpaper

Works on windows and Linux

Supports all versions of Python


## Install

```
$ pip install xpaper
```


## Usage

```py
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

