Photo slideshow: Write a program,
slideshow.py, that implements the following design:
NOTE: Slideshow should display no more than one image at any given time. An image should be displayed as long as there are image file names yet to be read from the input file.
The last image should remain on the screen until the user clicks the mouse in the window.
Submit your Python source file and the associated files as a zip file named slideshow.zip to the Slideshow Drop Box in the Homework 6 folder on ANGEL. Your zip file should be NO LARGER than 2 MB. Your zip file should contain the following files
funcPlot.py, that implements the following design: