Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 791 Bytes

README.rst

File metadata and controls

23 lines (16 loc) · 791 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 dependencies via pip install paramtk or easy_install paramtk.

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