A toolkit for generating ProPresenter6 files.
Project description
A toolkit for generating ProPresenter6 files.
Getting started
Install with pip:
$ pip install PP6Generator
Then:
from PP6Generator import Presentation, Slide, Text
t1 = Text()
t1.add_text(['Hello there!'])
t2 = Text()
t2.add_text(['General Kenobi!'])
s1 = Slide()
s1.add_display_element(t)
s2 = Slide()
s2.add_display_element(t)
p = Presentation()
p.add_slides([s1, s2])
p.set_title('Hello')
# Generate a file called Hellop.pro6
p.generate_file()
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
PP6Generator-0.1.2.tar.gz
(5.3 kB
view details)
File details
Details for the file PP6Generator-0.1.2.tar.gz.
File metadata
- Download URL: PP6Generator-0.1.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.19.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3ed6319eeb2060e0c531621ba2e65ed61baba855770553aca29c49ec52047db
|
|
| MD5 |
82d44b2e16f4c41a009586084779c570
|
|
| BLAKE2b-256 |
23341e41978ea15c653c79f48fe51e4acf195af6b2a360abcbdc791c44df11ad
|