Tkinter

E428634

Tkinter is Python’s standard GUI toolkit, providing a simple interface to the Tk GUI library for building desktop applications.

All labels observed (3)

Label Occurrences
Tkinter canonical 2
tkinter 2
tkinter.simpledialog 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf GUI toolkit ⓘ
Python library ⓘ
software component ⓘ
basedOn Tk GUI toolkit ⓘ
documentationHostedAt https://docs.python.org/3/library/tkinter.html ⓘ
hasModule tkinter ⓘ
linked to: Tkinter

tkinter.colorchooser ⓘ
tkinter.filedialog ⓘ
tkinter.messagebox ⓘ
tkinter.scrolledtext ⓘ
tkinter.simpledialog ⓘ
linked to: Tkinter

tkinter.ttk ⓘ
hasSubpackage ttk ⓘ
implementsInterfaceTo Tk ⓘ
includedWith CPython ⓘ
license Python Software Foundation License ⓘ
partOf Python standard library ⓘ
programmingLanguage Python ⓘ
providesFeature cross-platform GUI abstraction ⓘ
dialog boxes ⓘ
geometry management ⓘ
menus ⓘ
themed widgets via ttk ⓘ
providesWidget Button ⓘ
Canvas ⓘ
Checkbutton ⓘ
Entry ⓘ
Frame ⓘ
Label ⓘ
Listbox ⓘ
Menu ⓘ
Radiobutton ⓘ
Scale ⓘ
Scrollbar ⓘ
Spinbox ⓘ
Text ⓘ
Toplevel ⓘ
supportsEventModel binding events to widgets ⓘ
callback functions ⓘ
event loop ⓘ
supportsLayoutManager grid ⓘ
pack ⓘ
place ⓘ
supportsPlatform Linux ⓘ
Unix-like operating systems ⓘ
Windows ⓘ
macOS ⓘ
usedFor building desktop applications ⓘ
creating graphical user interfaces ⓘ
rapid GUI prototyping ⓘ

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

TkAgg → requires → Tkinter ⓘ
Python standard library → includesModule → tkinter ⓘ
linked to: Tkinter
Tkinter → hasModule → tkinter ⓘ
linked to: Tkinter
Tkinter → hasModule → tkinter.simpledialog ⓘ
linked to: Tkinter
Tk → hasBinding → Tkinter ⓘ