python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

Create Open XML PowerPoint documents in Python

Results 225 python-pptx issues
Sort by recently updated
recently updated
newest added

I'm trying to use this lib to develop some customize slide layouts when I found there are only 9 default layouts. I just wonder if I could make a presentation...

Dear all, I'm trying to create a Presentation object starting from a URL pointing directly to a pptx file. Is it possible? I haven't found anything similar in your documentation,...

Hi I wonder if there are any plans to include animation manipulation features in python-pptx anytime soon? Thanks

A feature for adding audio to slides would be a great benefit!

audio

For each paragraph, I want to know how to tell if it's a sort type, for example, starting with ●/◆/■, or starting with 1.1.

Hello, I am trying to build a pipeline to convert existing MathML to OMML and insert it into a text frame in PPT. I came across a very useful post...

First - great package! Second, I have a potential use case. I'd like to create a search tool for ppt slides. python ppt_search.py SearchTerm File1.pptx File2.pptx The simple version that...

Hello, I'm just trying to get an example of a pptx to start adding things. But I cannot even open the pptx I got from my code. This is the...

Using same Code which is mentioned over Python PPTX working with Charts, however showing Error 'list' object has no attribute 'depth' See below Codes from pptx import Presentation from pptx.chart.data...