Create a pptx from a yaml file.
Install
pip install pypptx
Usage:
To generate the pptx from a yaml file
pptx file.yaml
Input yaml example
slides:
- title: first title
text: some text
layout: 0
- title: second title
text: more text
layout: 1
images:
- path: images/blue.jpg
top: 7
left: 4
height: 5
- path: images/blue.jpg
top: 5
left: 10
- title: third slide
text: with the previous layout
This repository have a yaml file called example.yaml with a example of the input syntax.
List the layouts ids to use in yaml file
pptx -l
0 Title Slide
1 Title and Content
...
With the layout id select which use
...
- title: title
text: subtitle
layout: 0
- title: Other slide
text: with other layout
layout: 1
...
Why?
Some people prefer usage a pptx, in this case I prefer write a plain text to generate the pptx.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypptx-0.2.2.tar.gz
(2.9 kB
view details)
File details
Details for the file pypptx-0.2.2.tar.gz.
File metadata
- Download URL: pypptx-0.2.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb81fe33dce7a3df656b38417471b02eb0262c4db15c539a22c1d83d9a03bcbd
|
|
| MD5 |
e57a399be75a91309a25026312240223
|
|
| BLAKE2b-256 |
74e5ad6a65e35f76815adb708daa9c55b7859f5498d42c0cff5066ec0ed3adc9
|