资 源 简 介
What is wxPyView?
wxPyView is an open source framework that allow wxPython UI to be defined using XML. The purpose of wxPyView is to separate GUI-related code from other codes, so as to maintain your code clean and make UI modification easier. It helps developer to create well-designed code, which follows MVC architecture, so that developer can focus on making core logic.
It allows UI elements such as button, menu bars and combo box, to be stored in XML files and loaded into the application at run-time, behind the scene.
Unlike any other resource description system such as XRC, wxPyView’s UI description language uses intuitive tag names for each UI element. It also provides separated UI description. Moreover, UI can be loaded into application with only small pieces of codes.
The wxPyView is a cross-platform. It is totally written by Python and wxPython can runs on almost all platforms such as Microsoft Windows, Linux, most Unix and Mac OS X. This means that the same prog