LICENSE
README.md
pyproject.toml
setup.cfg
mplppt/__init__.py
mplppt/__main__.py
mplppt/convert.py
mplppt/new.py
mplppt/save.py
mplppt.egg-info/PKG-INFO
mplppt.egg-info/SOURCES.txt
mplppt.egg-info/dependency_links.txt
mplppt.egg-info/requires.txt
mplppt.egg-info/top_level.txt
mplppt/shapes/__init__.py
mplppt/shapes/base.py
mplppt/shapes/canvas.py
mplppt/shapes/image.py
mplppt/shapes/line.py
mplppt/shapes/polygon.py
mplppt/shapes/rectangle.py
mplppt/shapes/spine.py
mplppt/shapes/text.py
mplppt/templates/__init__.py
mplppt/templates/image.xml
mplppt/templates/line.xml
mplppt/templates/rectangle.xml
mplppt/templates/text.xml
mplppt/templates/pptx/[Content_Types].xml
mplppt/templates/pptx/_rels/.rels
mplppt/templates/pptx/docProps/app.xml
mplppt/templates/pptx/docProps/core.xml
mplppt/templates/pptx/docProps/thumbnail.jpeg
mplppt/templates/pptx/ppt/presProps.xml
mplppt/templates/pptx/ppt/presentation.xml
mplppt/templates/pptx/ppt/revisionInfo.xml
mplppt/templates/pptx/ppt/tableStyles.xml
mplppt/templates/pptx/ppt/viewProps.xml
mplppt/templates/pptx/ppt/_rels/presentation.xml.rels
mplppt/templates/pptx/ppt/media/.media
mplppt/templates/pptx/ppt/slideLayouts/slideLayout1.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout10.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout11.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout2.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout3.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout4.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout5.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout6.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout7.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout8.xml
mplppt/templates/pptx/ppt/slideLayouts/slideLayout9.xml
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
mplppt/templates/pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
mplppt/templates/pptx/ppt/slideMasters/slideMaster1.xml
mplppt/templates/pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
mplppt/templates/pptx/ppt/slides/slide1.xml
mplppt/templates/pptx/ppt/slides/_rels/slide1.xml.rels
mplppt/templates/pptx/ppt/theme/theme1.xml
mplppt/utils/__init__.py
mplppt/utils/colors.py
mplppt/utils/constants.py
mplppt/utils/contextmanagers.py
mplppt/utils/mpl.py
mplppt/utils/strings.py