/powerpointautomation

PowerPoint mit Python automatisieren

Primary LanguagePythonMIT LicenseMIT

powerpointautomation

PowerPoint mit Python automatisieren

from pptx import Presentation

prs = Presentation()

prs.save('first.pptx')