pptx2txt is a tool that converts PowerPoint .pptx
format to text.
pptx2txt requires python-pptx. To install it, run the following command:
pip install python-pptx
To convert a .pptx
files to text, run the following command:
python pptx2txt.py [files ...]
If you are using Windows, you can make a shortcut to the "SendTo" menu by running the following command:
pip install pywin32
python create_sendto_shortcut.py