Python library for creating, editing, and controlling Microsoft's PowerPoint presentation software. At the moment this repository will contain a collection of classes, functions, and constants to accomplish various tasks in PowerPoint using Python. The future library will begin evolving from those pieces of code over time.
pip install git+https://github.com/leakydata/pptxcom
import pptxcom as pt
PPT = pt.active_app()
import pptxcom as pt
Pres = pt.active_pres()
import pptxcom as pt
Pres = pt.open_pres(r'C:\path\to\file.pptx')
- pywin32 - Python for Windows (pywin32) Extensions (COM interfaces)
- Nathan Jones
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details
- Thank you to Mark Hammond for his work on the pywin32 module.
- Thank you to anybody whose code I've used.