More Tkinter Tips, Tricks & Functions | Python Tkinter GUI Tutorial In Hindi #26
[ad_1]
►Full Tkinter Python GUI Development Course Playlist – https://www.youtube.com/playlist?list=PLu0W_9lII9ajLcqRcj4PoEihkukF_OTzA
►Click here to subscribe – https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww
Best Hindi Videos For Learning Programming:
►Learn Python In One Video – https://www.youtube.com/watch?v=qHJjMvHLJdg
►Learn JavaScript in One Video – https://www.youtube.com/watch?v=onbBV0uFVpo
►Learn PHP In One Video – https://www.youtube.com/watch?v=xW7ro3lwaCI
►Machine Learning Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG
►Creating & Hosting A Website (Tech Blog) Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf
►Advanced Python Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4
►Object Oriented Programming In Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP
►Python Data Science and Big Data Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH
Follow Me On Social Media
►Website (created using Flask) – https://www.codewithharry.com
►Facebook – https://www.facebook.com/CodeWithHarry
►Instagram – https://www.instagram.com/CodeWithHarry/
►Personal Facebook A/c – https://www.facebook.com/geekyharis
Twitter – https://twitter.com/Haris_Is_Here
Source
[ad_2]
banao bhai shortcuts
Bhai aapki tabiyat kharab hote hue bhi aapne videos banayi uske liye bohot saara dhanyawad.
Thanks for teaching us , Iam really thankful to you ❤️❤️❤️
Thanks Harry For the video series
from tkinter import *
class GUI(Tk):
def __init__(self):
super().__init__()
self.geometry("852×480")
def statusbar(self):
self.status=StringVar()
self.status.set("Ready")
self.sbar=Label(self,textvariable=self.status,relief=SUNKEN,anchor="w")
self.sbar.pack(side=BOTTOM,fill=X)
def update_status(self,state="Ready"):
self.status.set(state)
self.sbar.update()
if _name_ == "__main__":
window=GUI()
window.statusbar()
window.update_status(state="working")
window.mainloop()
bro you are god for me you helped me make my university project with ease
dil do na harry
Apka sara course bahut acha h
Sir , how do I hide the console window from gui .exe application?
Harry bhai What is the difference between Destroy and quit????
s i need shortcut
Harry bhai tusi great ho😎♥️
Thank You Harry Bhai.
yes plz make a vedio on pycharm shortcut
You made me complete my university semester project in one night. I watched your videos at 2x speed.. Love from Pakistan
Bhai shortcut dy do or dil bhi dy do
Yes bro we need shortcuts
We need shortcuts
I like all courses
Hamko dil nhi mila sir ji😁😁
HA BHAI PYCHARM AUR VS CODE DONO KE SHORTCUTS CHAHIYE
Mujhe kabhi dil(❤) Nhi mila
pycharm shortcuts
harry bhai muze dil do
Sir , poore series me OOP concept me hi doubts aaye the , apne wahi skip kr diya ☹️
we want shortcut for pycharm
Bro please give me a heart…….
Nice one bhai
Amazing 😍
Thanks Bhai for this amazing series 🙌 I'm learning a lot from you..💯
We need video on pycharm shortcuts
Yeah ! We want a video on PyCharm shortcuts !!!
What is the difference between quit() and root.destroy().Please help.
Make video for shortcut in pycharm
Good features Harry. Please give a DIL to me too…
shortcut
Sir maine ek calculator banaya hua hai usme maine grid ka use kiya hai
yes please make video on shortcuts for pycharm
In Linux, .ico files are not working, I tried .xbm still it not works