Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 701 Bytes

Powerpoint Text Extractor

Parses a directory of powerpoint files and extracts the text to html divs with the slidev v-click=number format.

Install

    # install and activate venv
    $ python -m venv .venv
    $ source .venv/bin/activate
    
    # install packages
    $ pip install -r requirements.txt

Usage

Add a directory named pptx at the same level, next to this repo. Add powerpoint files to be parsed by the extractor in that folder. Then run the script. You will be presented with the list of pptx files in the directory. Select the file you want to parse and the script will output the html to the console.

python extractr.py