Wxwidgets python example

broken image

Your GUI will work on all systems (Windows, Linux, MacOS X.). We will refer to one of the other in this document.īoth GUI toolkits are portable: It means that - if properly used. wxPython wraps wxWidgets so that it can be used it in Python. Tkinter wraps Tcl/tk so that it can be used it in Python. Do the same thing with Tkinter (the standard GUI toolkit provided with Python) and wxPython (an advanced, portable, popular GUI toolkit).Serve as a basis for building your own GUI applications.See two different major GUI toolkit and learn their differences.Understanding each and every single method and parameter used here.Mastering most common GUI techniques (widgets layout, GUI constraints, event binding, etc.).In this page you will learn to build a basic GUI application in Python step by step. Il existe une version française de ce document: There is a french translation of this document:

broken image