How can I navigate thru a Python list of (image) file names to show images with Next and Back controls
I’m using the following code to develop a list of the images in a specific folder. I’d like to then use the list to display the images and be able to go back or forward as needed. Is there any way to iterate thru the file list to accomplish this?