Skip to content

Create Open XML PowerPoint documents in Python

License

Notifications You must be signed in to change notification settings

Martin005/python-pptx-ng

 
 

Repository files navigation

python-pptx-ng is a Python library for creating, reading, and updating PowerPoint (.pptx) files.

This library is a continuation of the work done by Steve Canny (scanny) on the python-pptx project. The original project is no longer maintained and has been forked to continue development.

A typical use would be generating a PowerPoint presentation from dynamic content such as a database query, analytics output, or a JSON payload, perhaps in response to an HTTP request and downloading the generated PPTX file in response. It runs on any Python capable platform, including macOS and Linux, and does not require the PowerPoint application to be installed or licensed.

It can also be used to analyze PowerPoint files from a corpus, perhaps to extract search indexing text and images.

In can also be used to simply automate the production of a slide or two that would be tedious to get right by hand, which is how this all got started.

More information is available in the python-pptx-ng documentation.

Browse examples with screenshots to get a quick idea what you can do with python-pptx-ng.

About

Create Open XML PowerPoint documents in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.8%
  • Gherkin 5.1%
  • Makefile 0.1%