You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

compoundwidgets

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compoundwidgets

Compound TTK Widgets with ttkbootstrap

0.5.8
PyPI
Maintainers
1

CompoundWidgets

Custom widgets based on tkinter/ttk/ttkbootstrap libraries.

To be used in conjunction with tkinter, tkinter.ttk and ttkbootstrap.

Intends to help create widgets on the following formats:

. label + combobox

. label + combobox + button

. label + entry

. label + entry + button

. label + entry + combobox (for engineering applications)

. label + spinbox (including float spinbox)

. label + text

. label + spinbox

Creates a set of buttons with icons for regular methods, such as 'cancel', 'clear', 'help', 'no', 'yes', 'quit', 'save', and so on.

Also creates new style of buttons ("led" like buttons). The following are available:

. CheckLedButton

. LedButton

. RadioLedButton

Has three frames with additional properties:

. Collapsable frame

. Scrollable frame

. Vertical Collapsable frame

Includes toplevel widgets:

. ok/cancel message box

. yes/no message box

. progress bar message box

. success message box

. warning message box

. tooltip message box

. timed message box

Includes the entry validation required methods for "numbers only" and for maximum number of characters.

Includes autocomplete widgets, such as:

. Autocomplete Combobox

. Autocomplete EntryList

. Autocomplete LabelCombo

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts