This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GPT-3.5 generated example slide using python-pptx | |
from pptx import Presentation | |
from pptx.util import Inches | |
from pptx.enum.shapes import MSO_SHAPE | |
from pptx.dml.color import RGBColor | |
# Create a PowerPoint presentation | |
prs = Presentation() |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.