Place images from PIL array into frame INSIDE GUI
I am brand new to Python and am working on an image filing app. I created an array extracting files from a local folder on my desktop as a test. With the code I have below I am using PIL, and can open up all the images (currently 8) separate from the GUI. How do I take an array of images and place them INTO the GUI and have them show side by side. Any feedback is greatly appreciated thank you. Code below: