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.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| app | 1 year ago | |
| tui | 2 years ago | |
| README.md | 2 years ago | |
| __init__.py | 2 years ago | |
| __main__.py | 2 years ago | |
README.md
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
