Skip to main content

A small module to support automation of generating valid python variable names from external data.

Project description

# pydesk is a desktop automation in python

# usage example:

from pydesk import desktop

pptx = desktop.PPTX()

pptx.open(‘/path/to/pptx_file.pptx’)

pptx.start_presentation_mode()

pptx.next_slide(wait=2)

pptx.next_slide(wait=2)

pptx.next_slide(wait=2)

pptx.previous_slide(wait=2)

pptx.previous_slide(wait=2)

pptx.previous_slide(wait=2)

pptx.go_to_slide(2)

pptx.exit_presentation_mode()

pptx.close()

desktop.switch_window(5)

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

pydesk-0.0.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

pydesk-0.0.1-py2.py3-none-any.whl (6.7 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