Tkinter Widgets
Tkinter Widgets
PYTHON GUI
TKINTER
Prepared by:
Reymann Kristian F. Zubieta
Tkinter’s Widgets
These are elements of a graphical user
interface (GUI) that displays
information or provides a specific way
for a user to interact with the operating
system (OS) or an application.
Button
Code:
Output:
CheckButton
Code: Output:
Entry
Code:
Output:
Label
It refers to the display box where you can put any text
or image which can be updated any time as per the
code.
Label
Code: Output:
Listbox
Code: Output:
Message
Code: Output:
RadioButton
Code: Output:
Scale
Code: Output:
SpinBox
Code: Output: