Python script that reads through .pptx files in the current directory, autogenerating tags for the presentation based on the most important words in the presentation. Developed while interning at Accenture.
Primary use case is a user that has many .pptx files in a directory and wants a way to search through them based on their tags.
- textblob
- python-pptx
python pptParser.py
to execute
- Install Docker
- Clone repo