Getting Started¶ A quick way to get started is by trying out some of the examples below to get a feel for how to use python-pptx. The API documentation can help you with the fine details of calling signatures and behaviors. from pptx import Presentation prs = Presentation() title_slide_layout = prs.slide_layouts[0] slide = prs.slides.add_slide(title_slide_layout) title = slide.shapes.title subtitl