You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Eugenio Parodi 663cb032fd Added list support in TTkDesigner + other stuff 2 years ago
..
app Added list support in TTkDesigner + other stuff 2 years ago
tui Strip the trailing RST chars when export to Ansi 3 years ago
README.md Update README.md 3 years ago
TermTk first Drop of the TTkDesigner 3 years ago
__init__.py first Drop of the TTkDesigner 3 years ago
__main__.py first Drop of the TTkDesigner 3 years ago

README.md

Linux Usage Python pyTermTk_version Test Status pypi_version pypi_version

screenshot

ttkDesigner

ttkDesigner is the pyTermTk tool for designing and building Text-based user interfaces (TUIs) with pyTermTk Widgets. You can compose and customize your windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them interactively.

Widgets and forms created with ttkDesigner integrate seamlessly with programmed code, using pyTermTk's signals and slots mechanism, so that you can easily assign behavior to graphical elements. All properties set in ttkDesigner can be changed dynamically within the code.

Features

tbd

Install/Upgrade

ttkDesigner is available on PyPI

pip3 install --upgrade ttkDesigner

Run

ttkDesigner