Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 486 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 486 Bytes

python-pptx-tags

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.

Libraries

  • textblob
  • python-pptx

python pptParser.py to execute

Prerequisites

  1. Install Docker
  2. Clone repo