Tag

python-pptx

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jul 10, 2024 · Fundamentals

Automating PowerPoint with Python: win32com, python-pptx, and seaborn

This tutorial demonstrates how to use Python libraries such as win32com and python-pptx to automate PowerPoint creation, manipulation, and styling—including copying templates, adding slides, text boxes, tables, charts, shapes, and images—while also covering seaborn installation and basic data‑visualization examples that can be embedded into PPT files.

PPT AutomationPythonpython-pptx
0 likes · 24 min read
Automating PowerPoint with Python: win32com, python-pptx, and seaborn
Python Programming Learning Circle
Python Programming Learning Circle
Sep 23, 2023 · Fundamentals

Automating PowerPoint and Data Visualization Using Python (win32com, python-pptx, seaborn)

This tutorial demonstrates how to automate PowerPoint creation, modification, and data extraction with Python libraries such as win32com and python-pptx, and how to generate and embed data visualizations using seaborn, providing complete code examples for slides, tables, charts, shapes, and images.

PowerPoint automationdata visualizationpython-pptx
0 likes · 26 min read
Automating PowerPoint and Data Visualization Using Python (win32com, python-pptx, seaborn)
Python Programming Learning Circle
Python Programming Learning Circle
Aug 15, 2023 · Fundamentals

Manipulating PowerPoint Files with python-pptx: Installation, Basic Operations, and Advanced Examples

This tutorial explains how to install the python-pptx library, outlines the basic PPT object model, demonstrates extracting text and shapes, shows how to create and modify slides, work with placeholders, and provides a complete example that generates personalized certificates from Excel data, all using Python.

PowerPoint automationPythondocument generation
0 likes · 11 min read
Manipulating PowerPoint Files with python-pptx: Installation, Basic Operations, and Advanced Examples
Python Programming Learning Circle
Python Programming Learning Circle
May 14, 2022 · Fundamentals

Using Python to Automate Excel, Word, and PowerPoint in Office Work

This article explains how Python can boost office productivity by using libraries such as xlrd/xlwt, openpyxl, pandas for Excel, python‑docx for Word, and python‑pptx for PowerPoint, highlighting their ease of use and efficiency in handling large or repetitive documents.

ExcelOffice AutomationPython
0 likes · 3 min read
Using Python to Automate Excel, Word, and PowerPoint in Office Work