scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.26k stars 498 forks source link

Do we have designer generation in this module? #945

Closed ghost closed 4 months ago

ghost commented 4 months ago

For context, if you go to a ppt, there is a tab called designer generation which will make designs really good with Gen AI, is there a way to implement that using python-pptx

scanny commented 4 months ago

No. python-pptx edits the PPTX file-format and does not require or have any way of controlling the PowerPoint application.