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

from pptx import Presentation from pptx.util import Inches, Pt from pptx.enum.shapes import MSO_SHAPE from pptx.dml.color import RGBColor from pptx.enum.shapes import MSO_AUTO_SHAPE_TYPE from pptx.enum.transition import PP_TRANSITION import os # Create presentation...

from pptx import Presentation from pptx.util import Inches, Pt from pptx.enum.shapes import MSO_SHAPE from pptx.dml.color import RGBColor from pptx.enum.shapes import MSO_AUTO_SHAPE_TYPE from pptx.enum.transition import PP_TRANSITION import os # Create presentation...

Request: add animation effects to existing PowerPoint shapes.

shape

**Use case** Currently, python-pptx allows: - External links on runs (via run.hyperlink.address). - Internal slide jumps only at the shape level (via shape.click_action.target_slide). However, there’s no official way to make...

fix this issue: https://github.com/scanny/python-pptx/issues/787 As always the lib does not support `.heic` images, so I have to convert those iPhone images to `.jpeg` or `.png` and it goes well for...

Currently, .MPO images are not supported. I took a photo with an iPhone in portrait mode, which encodes images in .MPO format: https://fileinfo.com/extension/mpo Although the picture was saved in .jpeg...

I am a huge fan of your library as are thousands of other people and giant commercial products. Could you consider modifying the default output to generate presentations in a...

shortlist

I have been desperately trying to create combo charts using python pptx & have used the below references for doing the same. I keep getting the error `AttributeError: 'CategoryWorkbookWriter' object...

Hello, I am trying to use python-pptx to turn off wrapping for all data labels in a bar chart XL_CHART_TYPE.BAR_CLUSTERED. To do this I have the following code, which I...

shortlist

POTX files are PowerPoint Template files