A python script for extracting Images from PPT file using API chaining
To run file successfully:
Install,
1. pip3 install python-pptx
2. pip3 install Pillow
3. Go to ./convertppt.py
4. run- python convertppt.py path/to/file
5. You will see images extracted under newly created folder 'Images/filename'