PyPap3r

A python package that can change your mac's wallpaper to a file or a url. It can also download images.


License
MIT
Install
pip install PyPap3r==1.0.6

Documentation

PyPap3r

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

Downloads

Usage

Importing the package

from PyPap3r import wallpaper_url, wallpaper_file

Wallpaper from url

wallpaper_url('https://www.thebaconpug.com/css/img/background.jpg')

Wallpaper from file

wallpaper_file('file path here')