Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 742 Bytes

File metadata and controls

21 lines (14 loc) · 742 Bytes

ParamTk

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.

Installation

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 depedencies via pip install paramtk or easy_install paramtk.

Alternatively, after separately installing the dependencies, ParamTk can be installed via python setup.py install.