![]() |
Slide show with mouse click pausing - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Slide show with mouse click pausing (/thread-24018.html) |
Slide show with mouse click pausing - aantono - Jan-27-2020 Hello, I’m trying to create a slideshow based on images. I use tkinter but I want a piece of code that on mouse click it freezes and show the current image. Thank you! RE: Slide show with mouse click pausing - Larz60+ - Jan-28-2020 Have you examined any examples? for instance: https://www.daniweb.com/programming/software-development/code/468841/tkinter-image-slide-show-python https://github.com/jeremylowery/slideshow https://subscription.packtpub.com/book/application_development/9781785283758/10/ch10lvl1sec96/creating-a-slideshow-using-tkinter more by googling: 'tkinter based slide show' |