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 (2)

Label Occurrences
Tkinter canonical 1
tkinter 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 NERFINISHED
tkinter.colorchooser
tkinter.filedialog
tkinter.messagebox
tkinter.scrolledtext
tkinter.simpledialog NERFINISHED
tkinter.ttk
hasSubpackage ttk
implementsInterfaceTo Tk NERFINISHED
includedWith CPython NERFINISHED
license Python Software Foundation License NERFINISHED
partOf Python standard library NERFINISHED
programmingLanguage Python
providesFeature cross-platform GUI abstraction
dialog boxes
geometry management
menus
themed widgets via ttk
providesWidget Button
Canvas
Checkbutton NERFINISHED
Entry
Frame
Label
Listbox
Menu
Radiobutton
Scale
Scrollbar NERFINISHED
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 (2)

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

TkAgg requires Tkinter
Python standard library includesModule Tkinter
this entity surface form: tkinter