wxPython: Working with Menus, Toolbars and Accelerators

Menus and toolbars are used in just about every modern program in existence, barring the ones that only run from the command line. In this post, we’ll learn how to create them using the wxPython toolkit. Here’s what you’ll need to follow along: Python 2.3 – 2.5 wxPython (I recommend 2.7 or higher)

wxPython: Working with Menus, Toolbars and Accelerators Read More »