# python-pptx ## Docs - [Core properties](https://mintlify.wiki/scanny/python-pptx/advanced/core-properties.md): Access and modify document metadata like title, author, and subject - [Notes slides](https://mintlify.wiki/scanny/python-pptx/advanced/notes.md): Add and access speaker notes in PowerPoint presentations - [Slide masters and layouts](https://mintlify.wiki/scanny/python-pptx/advanced/slide-masters.md): Understand slide masters, layouts, and how to customize presentation templates - [Action Settings](https://mintlify.wiki/scanny/python-pptx/api/action.md): API reference for mouse click and hover actions in python-pptx - [Shape (AutoShape)](https://mintlify.wiki/scanny/python-pptx/api/autoshape.md): AutoShape objects including text boxes and placeholders - [Chart API](https://mintlify.wiki/scanny/python-pptx/api/chart.md): Chart-related objects for creating and manipulating charts - [Chart Data API](https://mintlify.wiki/scanny/python-pptx/api/chart-data.md): ChartData objects for specifying chart data - [ColorFormat](https://mintlify.wiki/scanny/python-pptx/api/color.md): Access to color settings such as RGB color, theme color, and luminance adjustments. - [Connector](https://mintlify.wiki/scanny/python-pptx/api/connector.md): Connector (line) shapes with connectable end-points - [DrawingML Objects](https://mintlify.wiki/scanny/python-pptx/api/dml.md): Low-level drawing elements like fill, color, and line that appear in various aspects of shapes. - [Enumerations](https://mintlify.wiki/scanny/python-pptx/api/enums.md): API reference for enumeration types in python-pptx - [Exceptions](https://mintlify.wiki/scanny/python-pptx/api/exceptions.md): API reference for exceptions in python-pptx - [FillFormat](https://mintlify.wiki/scanny/python-pptx/api/fill.md): Access to fill properties for shapes including solid, gradient, pattern, and picture fills. - [GraphicFrame](https://mintlify.wiki/scanny/python-pptx/api/graphicframe.md): Container shape for tables, charts, and other embedded objects - [GroupShape](https://mintlify.wiki/scanny/python-pptx/api/group.md): Container shape that groups other shapes together - [Image](https://mintlify.wiki/scanny/python-pptx/api/image.md): API reference for image handling in python-pptx - [LineFormat](https://mintlify.wiki/scanny/python-pptx/api/line.md): Access to line properties such as color, style, and width for shape borders and connectors. - [Picture](https://mintlify.wiki/scanny/python-pptx/api/picture.md): Picture shapes and movie objects - [Placeholders](https://mintlify.wiki/scanny/python-pptx/api/placeholders.md): API reference for placeholder shapes in python-pptx - [Presentation](https://mintlify.wiki/scanny/python-pptx/api/presentation.md): API reference for the Presentation class and related objects - [Shapes](https://mintlify.wiki/scanny/python-pptx/api/shapes.md): API reference for shape objects and shape collections - [Slides](https://mintlify.wiki/scanny/python-pptx/api/slides.md): API reference for slides, slide layouts, and slide masters - [Table API](https://mintlify.wiki/scanny/python-pptx/api/table.md): Table-related objects for creating and manipulating tables - [Text API](https://mintlify.wiki/scanny/python-pptx/api/text.md): Text-related objects for manipulating text frames, paragraphs, and runs - [Utilities](https://mintlify.wiki/scanny/python-pptx/api/util.md): API reference for utility classes and functions in python-pptx - [Placeholders](https://mintlify.wiki/scanny/python-pptx/concepts/placeholders.md): Understanding placeholders and how they enable template-based presentation design - [Presentations](https://mintlify.wiki/scanny/python-pptx/concepts/presentations.md): Understanding the Presentation object and how to work with PowerPoint presentations - [Shapes](https://mintlify.wiki/scanny/python-pptx/concepts/shapes.md): Understanding shape types, the shape tree, and common shape operations - [Slides](https://mintlify.wiki/scanny/python-pptx/concepts/slides.md): Working with slides, slide layouts, and slide-level properties - [Working with autoshapes](https://mintlify.wiki/scanny/python-pptx/guides/autoshapes.md): Learn how to add and customize autoshapes in PowerPoint presentations - [Working with charts](https://mintlify.wiki/scanny/python-pptx/guides/charts.md): Learn how to create and customize charts in PowerPoint presentations - [Working with images](https://mintlify.wiki/scanny/python-pptx/guides/images.md): Learn how to add, position, size, and crop images in PowerPoint presentations - [Working with tables](https://mintlify.wiki/scanny/python-pptx/guides/tables.md): Learn how to create and format tables in PowerPoint presentations - [Working with text](https://mintlify.wiki/scanny/python-pptx/guides/text.md): Learn how to add and format text in PowerPoint presentations using TextFrames, paragraphs, and runs - [Installation](https://mintlify.wiki/scanny/python-pptx/installation.md): Install python-pptx and its dependencies - [Introduction to python-pptx](https://mintlify.wiki/scanny/python-pptx/introduction.md): A Python library for creating, reading, and updating PowerPoint (.pptx) files - [Quickstart](https://mintlify.wiki/scanny/python-pptx/quickstart.md): Create your first PowerPoint presentation with python-pptx