ParamTk is an optional Tkinter interface to Param, allowing easy construction of GUIs from existing code.
Please see ParamTk's website for documentation and examples.
ParamTk depends on Tkinter (usually included as standard with Python), PIL with its Tk interface, and Param.
Official releases of ParamTk are available at PyPI, and can be installed along with
dependencies via pip install paramtk
or easy_install paramtk
.
Alternatively, after separately installing the dependencies, ParamTk
can be installed via python setup.py install
.