Skip to main content

Create a pptx from plain text

Project description

https://travis-ci.org/juanpabloaj/pypptx.svg?branch=master

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
    - title: second title
      text: more text
      images:
        - path: images/blue.jpg
          top: 7
          left: 4
          height: 5
        - path: images/blue.jpg
          top: 5
          left: 10

This repository have a yaml file called example.yaml with a example of the input syntax.

Why?

Some people prefer usage a pptx, in this case I prefer write a plain text to generate the pptx.

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

pypptx-0.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

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