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 🌶️ 8af261e85a moved ttkDesigner and theDumbPaintTool in the apps folder 1 year ago
..
app moved ttkDesigner and theDumbPaintTool in the apps folder 1 year ago
tui moved ttkDesigner and theDumbPaintTool in the apps folder 1 year ago
README.md moved ttkDesigner and theDumbPaintTool in the apps folder 1 year ago
__init__.py moved ttkDesigner and theDumbPaintTool in the apps folder 1 year ago
__main__.py moved ttkDesigner and theDumbPaintTool in the apps folder 1 year 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