Learn Before
Concept icon
Concept

Basic Widgets in Tkinter

Label : Display Text on the screen

Button : This contains a text and can perform certain action when clicked

Entry : This widget allows user to input a single line for Text

Text : This widget is similar to Entry but it accepts multiple Text input

Frame : This widget help to group together related widgets

0

1

Concept icon
Updated 2021-08-17

References


Tags

Python Programming Language

Data Science