{"library":"pypptx-with-oxml","title":"python-pptx with oxml access","description":"A fork of python-pptx (v1.0.3) that exposes the oxml internal module for direct XML manipulation while keeping the same high-level API. Provides create, read, and update support for PowerPoint 2007+ (.pptx) files. Requires Python >=3.8.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pypptx-with-oxml"],"cli":null},"imports":["from pptx import Presentation","from pptx import oxml"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pptx import Presentation\nfrom pptx.util import Inches, Pt\n\nprs = Presentation()\nslide = prs.slides.add_slide(prs.slide_layouts[6])  # blank\nslide.shapes.title.text = 'Hello, World!'\nprs.save('test.pptx')","lang":"python","description":"Create a simple presentation with one slide.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}