https://github.com/mleidel/tkinter-widget-reference
GUI quick ref for tkinter widget option key=value pairs
https://github.com/mleidel/tkinter-widget-reference
gui-application python3 reference tkinter-python ttk
Last synced: 7 months ago
JSON representation
GUI quick ref for tkinter widget option key=value pairs
- Host: GitHub
- URL: https://github.com/mleidel/tkinter-widget-reference
- Owner: MLeidel
- License: gpl-3.0
- Created: 2021-05-09T15:39:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T15:47:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T17:52:09.233Z (11 months ago)
- Topics: gui-application, python3, reference, tkinter-python, ttk
- Language: Python
- Homepage:
- Size: 706 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## tkinter Widget Options Reference
GUI quick ref for tkinter widget option key=value pairs

Drop-down combobox list of widgets:
```text
Button
Checkbutton
Colors
Combobox
Entry
Frame
Label
LabelFrame
Layout Managers
Listbox
Message
Notebook
OptionMenu
PanedWindow
Progressbar
Radiobutton
Separator
Scale
Scrollbar
Spinbox
Text
Toplevel
Treeview
```
By selecting a widget you'll see this:

Selecting "colors" opens a graphic for reference.
Selecting "Layout Managers" opens a pdf for reference.
Concerning specific widget help:
**Reference** button
With a widget selected clicking the **Reference** button
opens your default web browser to the www.nmt.edu github
tkinter doc page for the selected widget. This is one
the most comprehensive tkinter reference sites.
**Bottom Panel**
In the bottom panel find the ttkthemes class name
for the selected widget and the **Search** button.
The **Search** button starts an Internet search
for the "tkinter widget-name". If you highlight
one of the displayed options it will search
specifically for that widget option.
_Esc_ and _Ctrl-q_ keys will exit the app.
Ctrl-k brings up a standard color chooser.
END