Skip to content

shakiyam/pptx2txt

Repository files navigation

pptx2txt

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

Requirements

pptx2txt requires python-pptx.

Windows:

py -m pip install python-pptx

Linux/macOS:

python3 -m pip install python-pptx

Usage

To 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.

Tips

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

Author

Shinichi Akiyama

License

MIT License

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors