/PPTXtoDOCX

Easily strip all of the text contained within each slide of a Powerpoint, and the corresponding notes, and output them to a Word Document

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PPTXtoDOCX

Easily strip all of the text contained within each slide of a Powerpoint, and the corresponding notes, and output them to a Word Document

Requirements: Python V 3.4

Required Libraries: python-pptx http://python-pptx.readthedocs.io/en/latest/index.html python-docx https://python-docx.readthedocs.io/en/latest/index.html

Instructions: Simply place a pptx file in the same folder as the Python file and run it. This will only work on one file and it will be whatever the first pptx file it finds in the directory.