https://github.com/scanny/python-pptx
Create Open XML PowerPoint documents in Python
https://github.com/scanny/python-pptx
Last synced: 7 months ago
JSON representation
Create Open XML PowerPoint documents in Python
- Host: GitHub
- URL: https://github.com/scanny/python-pptx
- Owner: scanny
- License: mit
- Created: 2012-11-21T11:03:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T17:36:44.000Z (over 1 year ago)
- Last Synced: 2025-05-13T00:12:51.701Z (7 months ago)
- Language: Python
- Size: 53 MB
- Stars: 2,746
- Watchers: 79
- Forks: 577
- Open Issues: 486
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-python-cn - python-pptx
- awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- awesome-python-zh - python-pptx - 用于创建和更新PowerPoint (.pptx) 文件的Python库。 (特定格式处理)
- awesome-python-resources - GitHub - 44% open · ⏱️ 20.09.2021): (特殊文本格式处理)
- python-awesome - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- awesome-python - python-pptx - Create Open XML PowerPoint documents in Python ` 📝 a month ago` (Specific Formats Processing [🔝](#readme))
- awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- fucking-awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- fucking-awesome-python - :octocat: python-pptx - :star: 1835 :fork_and_knife: 434 - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- awesome-python-cn - python-pptx
- Awesome-Python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- awesome-python - python-pptx - Create Open XML PowerPoint documents in Python (Awesome Python / Specific Formats Processing)
- awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
- git-github.com-vinta-awesome-python - python-pptx - Python library for creating and updating PowerPoint (.pptx) files. (Specific Formats Processing)
README
*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, 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 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