Skip to main content

MacOS slideshow screensaver

Project description

Install

$ [sudo] pip install mac-slideshow

Examples

>>> import mac_slideshow
>>> mac_slideshow.start()  # start and return screensaver pid
1234
>>> mac_slideshow.pid()
1234
>>> mac_slideshow.stop()

start with path

>>> mac_slideshow.start("~/Library/Screen Savers/folder")
1240

options

>>> mac_slideshow.path.write("path/to/images")
>>> mac_slideshow.path.read()
'path/to/images'

style

>>> mac_slideshow.style.write("Classic")
>>> mac_slideshow.style.read()
'Classic'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mac-slideshow-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

mac_slideshow-0.0.2-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page