Thursday, June 25, 2020

Mike Driscoll: Creating a Photo Slideshow Application with wxPython

In this tutorial, you will learn how to improve the image viewer application that you created in the previous video tutorial to make it load up a folder of images.

Then you will add some buttons so that the user can go forwards and backwards through the images or play a slideshow of the images.

Related Reading

The post Creating a Photo Slideshow Application with wxPython appeared first on The Mouse Vs. The Python.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...