🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

python-pptx-valutico

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-pptx-valutico

Create, read, and update PowerPoint 2007+ (.pptx) files.

pipPyPI
Version
1.0.2.1
Maintainers
1

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

Basically, this is https://github.com/scanny/python-pptx, just with:

  • support for row / column adding and removing
  • support for copying and moving slides
  • expanded XML namespaces to allow for a wider variety of shapes.

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

Keywords

powerpoint

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts