You need python-pptx package (pip install python-pptx). It will create a library that we will need to use to import it into our code. [Charm] PowerPoint tutorial from PPTX file — Charm Blog May 30, 2023 — How to convert a PPTX [from .ppt] file into text? Oct 19, 2023 — To view one PowerPoint presentation on another PowerPoint presentation, we can select the one that uses the same format, then open an appropriate file from the other. To use this technique from a PC, use Windows File Explorer How to use PowerPoint's Data Capture features in Python April 7, 2023 — There is [Apposite] a powerful tool to use PowerPoint's Data Capture feature in Python. It is a python interface to PowerPoint's Visualize tools. [tutor] June 22, 2023 — [Charm] PowerPoint tutorial from PPTX file? February 18, 2023 — PowerPoint's Data Capture feature from code? [Tutor] How is Data Capture of PowerPoint Presentation? — Python mailing list Spring 11, 2023 — A tutorial to use Data Capture of PowerPoint presentations. How to set the height of a PowerPoint presentation Feb 8, 2023 — PowerPoint's Height feature (or Auto Layout) can be used to set the height of a PowerPoint presentation. You can have the height of whatever you like, the only constraint is you cannot exceed what PowerPoint allows. To configure auto layout feature [tutor], you will need a .PPTX file, and a reference to it [tutor] [Apposite] A simple application to use PowerPoint's Auto Layout feature Feb 5, 2023 — Auto Layout will automatically rearrange elements on the screen depending on their sizes. In this tutorial we're going to create a simple window that does that. How to create a nice HTML (IIS) page in Python (and other languages) using PowerPoint Presentations Dec 22, 2023 — An easier way of designing a web page using PowerPoint presentations. We will be using the 'XHTML', but you can use anything with the slide format, such as XML or JSON. Here is our code: [tutor] The best way to create an HTML in Python tutorial Aug 3, 2023 — Introducing 'XHTML' in Python to create a beautiful web page using Python.