Skip to content

Gooyam/pptx2txt

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.9%
  • Makefile 16.4%
  • Python 16.1%
  • Dockerfile 3.7%
  • Batchfile 1.9%