Tkinter Part - 7 | Introduction to Checkbutton Widgets with example in Tkinter python| MUST WATCH
CODE:
from tkinter import *
root = Tk()
root.title("PythonLobby")
C1 = IntVar()
C2 = IntVar()
B0 = Checkbutton(root, text="Learning",variable=C1,height=3,width=12)
B1 = Checkbutton(root, text="Tutorial",variable=C2,height=3,width=12)
B0.pack()
B1.pack()
root.geometry("320x220")
root.mainloop()
🎓 Subscribe & Stay Tuned:
👍 Like, Share, and Comment:
🔗 Connect with us:
GUI Playlist: • Building GUI Applications with Tkinte...
Python Playlist : • Python Programming Essentials | Study...
Visit My YouTube channel : https://www.youtube.com/ @Study2Share
Thank you for watching.
-----------------------------------------------------------
Like - Share - Comment - Subscribe.
------------------------------------------------------------
#python #programming #GUI #Tkinter #Checkbutton #pythonprogramming #pythontutorial #pythonbasics #pythondatatypes #pythonforbeginners #pythonbeginner #python3 #pythonadvanced #python #pythonexamples #pythonexercises #programming #programmingpython #pythondevelopers #pythondevelopment #pythondeveloper #pythonseries #pythonmastery #pythonmodule #pythonfunction #pythonmethods #pythondictionary #pythonkey #pythonvalue #pythoncoder #pythoncode #top10 #study2share #studytwoshare #studyshare #study #share #pratik #shah