[Video] wxFormBuilder: Build a Python Gif Viewer – 2

Building a Python programming language GUI (Graphical User Interface) using wxFormBuilder is a breath of fresh air for me as a programmer/coder. Infact I’m quite sure a lot of noobies and seaoned programmers and coders would appreciate this series of videos.

This is part 2 of my tutorial series on how to build a Python GIF viewer.

In this tutorial you will learn how to use wxFormBuilder to build your application with wxPython widgets such as:

  • wxFrame
  • wxPanel
  • wxBoxSizers

After creating the frame in wxFormBuilder and generating the python code, I show you that the python code will not run.

The formatting of the code has a lot of issues and needs to be cleaned up, sanitised and additional code needs to be added.

If you have any questions or comments please post them on my YouTube video.

Next Tutorial: [Video] wxFormBuilder: Build a Python Gif Viewer – 3