skip to navigation
skip to content

meide 0.0.2

meide is a wxPython ui interface creation library.

Latest Version: 0.0.5

What is meide

meide is a ui interface creation library. You can use it to create wxPython based user interface. It can deal with several sizer class, for example: BoxSizer, GridBagSizer, StaticBoxSizer, and it also provide an easy way to create widgets, like: StaticText, TextCtrl, CheckBox, etc. You know create ui interface manually is a hard work, and that's why meide comes out. What is the goals of meide

  1. Supports easily sizer creation
  2. Supports easily widgets creation
  3. Supports easily frame creation, like: Dialog, Panel, etc
  4. Supports SetValue? and GetValue? to value-field
  5. Supports event binding
  6. Supports validate
  7. Makes above as easy as I can

meide is still in heavy developpint, so please keep touch with it, maybe you can find something very useful or helpful. How to use it

The step is easy:

  1. Creatint a layout
  2. Add widgets or sub-layout
  3. Binding event
  4. invoke the create method