Metadata-Version: 2.1
Name: mac-wallpaper
Version: 2018.11.19
Summary: get/set macOS wallpaper
Home-page: https://github.com/looking-for-a-job/mac-wallpaper.py
License: UNKNOWN
Keywords: wallpaper
Platform: UNKNOWN
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: applescript
Requires-Dist: public
Requires-Dist: setuptools

[![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/pyversions/mac-wallpaper.svg?longCache=True)](https://pypi.org/pypi/mac-wallpaper/)

#### Install
```bash
$ [sudo] pip install mac-wallpaper
```

#### Functions
function|description
-|-
`mac_wallpaper.get()`|return wallpaper path
`mac_wallpaper.update(path)`|update wallpaper path

#### CLI
usage|description
-|-
`python -m mac_wallpaper [path]`|get/set wallpaper path

#### Examples
```python
>>> import mac_wallpaper
>>> mac_wallpaper.update('path/to/wallpaper.jpg')
>>> mac_wallpaper.get()
'path/to/wallpaper.jpg'
```

<p align="center"><a href="https://pypi.org/project/readme-md/">readme-md</a> - README.md generator</p>

