pydesk 0.0.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

pydesk 0.0.1

# 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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.