How to Build a Python GUI Application With wxPython

By realpython - 2020-12-14

Description

In this step-by-step tutorial, you'll learn how to create a cross-platform graphical user interface (GUI) using Python and the wxPython toolkit. A graphical user interface is an application that has b ...

Summary

  • There are many graphical user interface (GUI) toolkits that you can use with the Python programming language.
  • You also need to tell wxPython where to place the widget, which you can do by passing in a position via the pos parameter.
  • Fortunately all modern GUI toolkits provide a solution for this, which is what you will learn about next.
  • You will want to pass that path to your panel class, which you can do here by calling the panel’s .update_mp3_listing().

 

Topics

  1. UX (0.55)
  2. NLP (0.15)
  3. Coding (0.12)

Similar Articles