Tkinter Label | Learn Tkinter

preview_player
Показать описание
In Tkinter, a Label is a widget that can add text or images to our GUI. In this video we will learn how to create a text label and an image label in Tkinter. Tkinter labels are one of the more common widgets that we will use throughout our time learning and using Tkinter. In this video we go through how to create text and image labels in Tkinter, how to colour text in Tkinter, how to change text background in Tkinter, how to change font in Tkinter, how to change font size in Tkinter.

This timeline is meant to help you better understand how use a Tkinter Label Widget:
0:00 Introduction.
0:10 Video Structure
0:27 What is a Tkinter label widget?
0:58 How to use a Tkinter label?
1:53 Examples using Tkinter labels.
4:31 Tkinter Label Options
7:12 Outro

Follow & Support StudySession:

What is Python and why you should learn Python? Python programming, in particular Python 3, is a growing programming language that is loved by many programmers due to its simple syntax and ease of use. Python allows for relatively easy debugging of your codes and there are many beautiful Python IDE’s available for free to make coding more enjoyable. Python is also very popular among Data Scientists and many machine learning applications.
#tkinter #python #studysession
Рекомендации по теме
Комментарии
Автор

This is the best video about labels in tkinter, and it only has 25 likes?? So well explained, thank you so much!

blubaylon
Автор

I cant get the image to work here's the line of code please tell me what's wrong

logo =
image_Label = Label(main, image=logo)
image_Label.pack()

should the file path be in there?

Heavy_Lvy