pptx2txt is a tool that converts PowerPoint .pptx format to text.
pptx2txt requires python-pptx.
Windows:
py -m pip install python-pptxLinux/macOS:
python3 -m pip install python-pptxTo convert .pptx files to text, run the following command:
Windows:
py pptx2txt.py [files ...]Linux/macOS:
python3 pptx2txt.py [files ...]The output will be saved as .txt files in the same directory as the input files.
If you are using Windows, you may find it useful to add a shortcut to SendTo by doing the following
py -m pip install pywin32
py create_sendto_shortcut.py