Skip to content

Instantly share code, notes, and snippets.

@jihunx
jihunx / pptximage.py
Created May 9, 2022 05:54 — forked from glass5er/pptximage.py
add an image in every Powerpoint slide using python-pptx
##
## Copy & Paste Tool for images to PowerPoint(.pptx)
##
import pptx
import pptx.util
import glob
import scipy.misc
OUTPUT_TAG = "MY_TAG"