Skip to content

matttrice/hsu-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages