Metadata-Version: 1.1
Name: ppmd
Version: 0.1.0
Summary: A tool to convert from PowerPoint OOXML files to Markdown Presentations
Home-page: https://github.com/nathancastle/ppmd
Author: Nathan C. Castle
Author-email: nathan.castle@outlook.com
License: MIT
Description: # ppmd
        Converts PowerPoint OOXML (PPTX) files to Markdown-based presentations
        
        Operation: 
        
        * call `python3 main.py [path/to/file.pptx]`
        
        Options:
        
        * **`--slidesep`** - determines how individual slides will be separated. Five dashes (`-----`) by default.
        * **`--headingsfirst`/`--noheadings`** - sets whether to assume the first text on each slide is a heading. Y by default. 
        * **`--includenotes`/`--excludenotes`** - sets whether to include slide notes in the output. Includes by default
        * **`--notesprefix`** - sets the string used to prefix lines in the notes output - three > (`>>>`) by default
Keywords: powerpoint markdown ooxml converter document
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Documentation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
