We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f90e09 commit 7f0017cCopy full SHA for 7f0017c
code/create_ppt.py
@@ -1,3 +1,11 @@
1
+"""
2
+See http://pbpython.com/creating-powerpoint.html for details on this script
3
+Requires https://python-pptx.readthedocs.org/en/latest/index.html
4
+
5
+Example program showing how to read in Excel, process with pandas and
6
+output to a PowerPoint file.
7
8
9
from __future__ import print_function
10
from pptx import Presentation
11
from pptx.util import Inches
0 commit comments