How to get Python to print a list of file paths?
I am trying to get a list of file paths of images I have so that I can put them into a PowerPoint placeholder. As of right now I can only get it to print off the directory and then a separate list of all the files in said directory.
How can I loop over files in folders in a directory? I want to access images to add to a ppt slide
TLDR: I have images in folders and I want to use python to add all images to a ppt slide but it gives No file or Directory error found error even though the name is exactly the same.