[Video] wxFormBuilder: Build a Python Gif Viewer – 12 Final Code
This is the final tutorial for the wxFormBuilder Gif Viewer. The final code will be provided.
This is the final tutorial for the wxFormBuilder Gif Viewer. The final code will be provided.
In this tutorial you add code that will load the Gif file in the wx.animate.AnimationCtrl and then you can see the animation.
In this tutorial we add the wx.animate.AnimationCtrl so we can animate Gif images. Take note of the complexity of wx.BoxSizers to create a widget horizontal split.
Using wxFormBuilder we now add a listbox to list all the GIF images in a directory. You may notice the previous video tutorials were on my Fandangle Productions youtube channel. I have now created a new channel Python Bytes devoted … Continue reading
We are now getting closer to finishing the Gif Viewer using python, wxpython and wxFormBuilder. Now we add the code to populate the listbox with all Gif images found in a directory.
Our seventh tutorial goes through the frameFixCleaner.py code to cleans up the wxFormBuilder generated python code and adds a main loop so we can run the application. In this tutorial I rehash the code to get it just right and … Continue reading
The next tutorial in this wxFormBuilder series explains how to organise the layout of your application using wxPython sizers. We add a Static Box Sizer and a Directory Picker.
This is part 4 of building a GIF viewer with python, wxPython widgets and building the GUI using wxFormBuilder. In the last tutorial we added main loop code to the wxFormBuilder generated code. But this didn’t work because we have … Continue reading
I have taught myself how to use wxFormBuilder to build Python GUI applications. As with anything related to python, there is information scattered all over the internet. It’s just a matter of searching, researching and testing various examples until you … Continue reading
Page 1 of 1