This library modifies .pptx files by directly editing the underlying XML structure. A .pptx presentation is essentially a ZIP archive containing XML files that describe slides, layouts, and content.
python-pptx is a Python library for creating, reading, and updating PowerPoint (.pptx) files. A typical use would be generating a PowerPoint presentation from dynamic content such as a database query, ...