Extract-Media-PowerPoint

Extract video PowerPoint


License
MIT
Install
pip install Extract-Media-PowerPoint==0.3

Documentation

Extract Media PowerPoint

Example:

from extract import PowerPoint

if __name__ == '__main__':
    ppt = PowerPoint(pptx,output)
    ppt.extractVideo()