Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 671 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 671 Bytes

pptx2txt

pptx2txt is a tool that converts PowerPoint .pptx format to text.

Requirements

pptx2txt requires python-pptx. To install it, run the following command:

pip install python-pptx

Usage

To convert a .pptx files to text, run the following command:

python pptx2txt.py [files ...]

Tips

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

Author

Shinichi Akiyama

License

MIT License