Skip to content

Commit 7f0017c

Browse files
committed
Adding some comments
1 parent 1f90e09 commit 7f0017c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

code/create_ppt.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
from __future__ import print_function
210
from pptx import Presentation
311
from pptx.util import Inches

0 commit comments

Comments
 (0)