User Events and Input Widgets In WxPython (With 2 Examples) | WxPython Tutorial Part 3

Опубликовано: 21 Март 2025
на канале: TurbineThree
854
7

Starter Code: https://github.com/RoyChng/wxpython-t...
WxPython Documentation: https://docs.wxpython.org/

In this video, we take a look at how to work with user events and input widgets in WxPython.

We first start with receiving an event from a button click, we then look at how to create a simple form using radio buttons as well as combo boxes (drop-down menus) and being able to receive the input.

Lastly, we also take a look at creating a unit converter that converts KM to M by using events in WxPython, and how to make use of mouse and keyboard events.