This cross platform toolkit for Python helps developers create native looking graphical user interfaces. There is a library of premade buttons, text boxes and menus.
wxPython
wxPython is a Windows development software for designing application interfaces. A powerful layout system for arranging widgets is available. The framework is used in a wide range of Python projects such as PyCharm, Spyder, Audacity and GitKraken.
Interface creation
You can combine various visual elements to design new window layouts. There is a large selection of dialog boxes, menus, toggles, scrollbars, buttons and other standard interface components.
It is possible to configure custom events and link them to individual buttons. Users are able to draw icons, graphs and plots as well.
Supported target OS options include Windows, Mac OS and Linux. Additionally, you can develop cross platform apps. wxPython is implemented as a wrapper around the native GUI libraries of the underlying system.
Included classes
The wx.Frame module represents a top level window. There are instruments for creating subclasses and overriding default methods. Moreover, developers are able to control events generated by specific widgets. The callback function is fully supported. Separate classes for toggles, buttons and other interface elements are provided as well.
Features
- free to download and use;
- helps you design graphical interfaces for various Python apps;
- contains a collection of buttons, menus, toggles, scrollbars and other visual elements;
- it is possible to generate and configure custom events;
- compatible with all modern versions of Windows.