Metadata-Version: 2.1
Name: setwallpaper
Version: 0.0.1
Summary: A library to change the desktop wallpaper.
Home-page: https://github.com/tinaxd/setwallpaper
Author: tinaxd
Author-email: tinaxd@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# setwallpaper
A simple library to change the desktop wallpaper.
*Currently only Windows is supported.*

## How to use
```python
from setwallpaper import set_wallpaper
set_wallpaper('C:\\path\\to\\image.jpg')
```


