Skip to content

sedrew/petpptx

Repository files navigation

petpptx is a Python library for creating and updating PowerPoint (.pptx) files.

This is a fork of the python-pptx project, it has not been updated for a long time, a lot of bugs have been accumulated during this time, and for the use of new features I had to look in all forks of this project. I've been using it a lot lately in my work, so I'm adding all the features I need here. Feel free to open PR and ask your questions. To explore the possibilities, you can use the old python-pptx documentation.

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

Installation

Install the Python petpptx package in the terminal using pip with:

pip install petpptx