# python-pptx **Repository Path**: mirrors_lepy/python-pptx ## Basic Information - **Project Name**: python-pptx - **Description**: Create Open XML PowerPoint documents in Python - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. image:: https://travis-ci.org/scanny/python-pptx.svg?branch=master :target: https://travis-ci.org/scanny/python-pptx *python-pptx* is a Python library for creating and updating PowerPoint (.pptx) files. A typical use would be generating a customized PowerPoint presentation from database content, downloadble by clicking a link in a web application. Several developers have used it to automate production of presentation-ready engineering status reports based on information held in their work management system. It could also be used for making bulk updates to a library of presentations or simply to automate the production of a slide or two that would be tedious to get right by hand. More information is available in the `python-pptx documentation`_. Browse `examples with screenshots`_ to get a quick idea what you can do with python-pptx. .. _`python-pptx documentation`: https://python-pptx.readthedocs.org/en/latest/ .. _`examples with screenshots`: https://python-pptx.readthedocs.org/en/latest/user/quickstart.html