Metadata-Version: 2.1
Name: PyPap3r
Version: 1.0.5
Summary: A python package that can change your mac's wallpaper to a file or a url
Home-page: https://github.com/TheBaconPug/PyPap3r
Author: TheBaconPug
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# PyPap3r

A python package that can change a mac's wallpaper from a url or file.

# Usage

## Importing the package

```python
from PyPap3r import wallpaper_url, wallpaper_file
```

## Wallpaper from url

```python
wallpaper_url('https://www.thebaconpug.com/css/img/background.jpg')
```
## Wallpaper from file

```python
wallpaper_file('file path here')
```

