Skip to content

wxPython wizard skeleton framework. Built as model, view, controller

Notifications You must be signed in to change notification settings

gabstopper/wxpython-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

wxpython-wizard

This is a basic wizard interface with several sample screens. It is designed as a publisher/subscriber MVC program.

#####Platforms

  • Mac OS X El Capitan
  • Windows 2008 Server

#####Files

Launcher.py is the main controller

GUI.py holds the main gui panels

PanelTracker.py is a linked list implementation to track the current, previous and next panels

#####Building

To build, run python setup.py py2app (mac), python setup.py py2app (win)

Run by python Launcher.py

Application built using Eclipse for Mac, PyDev 4.5.3, Python 2.7.1 and wxPython 3.0.1

About

wxPython wizard skeleton framework. Built as model, view, controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages