So retten Sie Python-PPTX

from pptx import Presentation

prs = Presentation()
prs.save('test.pptx')
Minegun