Using config() to Update Widgets| TKINTER GUIs IN PYTHON| Tutorial #19

Опубликовано: 05 Апрель 2026
на канале: Minati panda
1,295
like

Do not forget to subscribe the channel if you like the video.


In this video we will learn how to configure the widgets.
Source code:
from tkinter import *
root = Tk()
root.geometry("800x600")
def Configwidgets():
Label1.config(text="Hello I am configured",font=("Monotype Corsiva",15),fg="Blue",bg="yellow")
root.config(bg="pink")
Button1.config(text="Clicked and configured",font=("Monotype Corsiva",15),fg="Blue",bg="yellow")
global Label1
Label1=Label(root,text="Hello! we are going to config different widgets",font=("Calibri",15),fg="Blue",bg="Cyan")
Label1.pack()
global Button1
Button1=Button(root,text="Click me to config",font=("Calibri",15),fg="Blue",bg="Cyan",command=Configwidgets)
Button1.pack()
root.mainloop()
If you like the video don't forget to subscribe the channel
   / @minatipanda7456  
To see the complete playlist Computer Science sample paper 2021-2022
click on the following link:
   • CBSE SAMPLE PAPER - Solved 2021-22 | Class...  
Link for sql tutorial
   • My SQL Class XII  

Link for Cross Join
   • MYSQL COMMANDS|Part-31|  Cartesian Product...  

Link for Aggregate functions
   • MYSQL COMMANDS | Part - 6 | Aggregate Func...  

Link for GROUP BY Clause
   • MYSQL COMMANDS | Part -21| SQL GROUP BY CL...  

Link for tkinter tutorial
   • TKINTER GUIs IN PYTHON | Displaying Images...  
Link for file handling
   • Data File Handling |Writing and Reading in...  
Link for Term1 practical file
   • Term1 Practical file  
Link for Tuple-class XI
   • Tuples  
Link for class XI videos
   • CLASS XI COMPUTER SCIENCE  
Link for Python Projects
   • Python Projects  
Link for class XII videos
   • Class XII Computer Science  
Link for Data Structures in Python
   • Data Structures -II  
Link for Lists in Python
   • Data Structures Linear List  
Link for Data Representation
   • Data Representation Class XI  
Link for Computer System Overview ch-1 class -XI
   • Computer System Overview Class XI Computer...  
Link for Working with Functions-
   • Working with Function Class XII  


tkinter,python tkinter,tkinter library,tkinter course,tkinter tutorial,user interface,good tkinter application,graphic user interface,graphical user interface,gui software,how to program a tkinter application,mainloop,ui design,create gui,python project for beginners,gui program,application,programming,python file,extract text from pdf,gui,python project,how to program,command prompt,gui application,atom,create python gui,python programming