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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pydesk-0.0.1.tar.gz
.
File metadata
- Download URL: pydesk-0.0.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe1f8aafb678527d700f3b776e84167287491fdc78bb532870a7651c76a9ebaa |
|
MD5 | 0f9baa7926961001b95b72540d78b22f |
|
BLAKE2b-256 | 39df106d519d1b549da407bf76d1f2c405d6869edff8936fec92cf3570782881 |
File details
Details for the file pydesk-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pydesk-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99683a98264efe2c458bae14ceee4a8c55d1d2a917381fc4c48067f4cf141edb |
|
MD5 | 6c5a7e754b7ae773b138e321e5b4585e |
|
BLAKE2b-256 | 7055dba7cf569997d3a231bca319f54258f5d0bdd0176939b44fb90cf98996d6 |