Log in or register to vote.

TG Framework

The `TechGame Framework for Python`_ is a toolkit for skinning GUIs using a blend of XML, CSS, and Python.

The `TechGame Framework for Python`_ is a toolkit for skinning GUIs using a blend of XML, CSS, and Python.

The workflow using this framework is similar to standard GUI development
with a twist of web design thrown in. The `skinning framework`_ is a
generalized engine to build objects from XML. To this engine, we have
added an XML namespace 'TG.skinning.toolkits.wx' for our binding with
the excellent `wxPython libraries`_. Using the skinning framework to
factor your wxPython GUI into an XML form allows for a nice layer of
insulation between GUI manipulation and model code. And once that ...

0