These lessons are awesome and yes, it is one of the best tutorials I have seen. One query, I have not seen where the code is located so that I can play around with it; can you advise?
@BroCodez please add automatic subtitles for all languages for this video, because the subtitles are available for all other your videos! Greetings from Sofiya, Bulgaria!
Excellent presentation! Video quality: 100% Audio quality: 100% Content quality: 100% Annotation tools: 100% Color quality: 100% Outline quality: 100% Consistency and coherence of the context: 100% Technology improvement: 100% Correct Word usage: 100% Total dynamic image presentation time / Total video time: 100% Total author face presentation / Total video time>> best practice is >> Excellent!
This is legitimately one of the best tutorials ever! So many interesting tkinter features I didn't know about (many are game-changing). Also many useful commands. Keep it up!
This guy deserves some serious respect all I know in coding is from this guy from HTML and CSS to JavaScript to python to MySQL I have become a full software engineer in python thanks to him I have a lot of respect in my heart for this guy
Stages for coding career/business. 1. Deciding part. First decide to go all in on coding, no plan B's 2. Learning part. Keep learning at least one new thing a day. This youtube channel has tons of materials. 3. Self experimenting. Starting making projects for our selves just for fun. 4. Helping others. Using our skills to help voluntarily friends and families using our skills. 5. Starting to actual to do some paid works for others. 6. getting registered, doing the legal stuff. 7. Hiring people, going from doing all ourselves to leading others. God bless you all on your journey! Keep having faith and be patient
Excellent !! A fantastically comprehensive tutorial on many of the different parts of tkinter. As a veteran coder but a relative newcomer to python I learned a huge amount. I will bookmark this tutorial as it will be a frequent "go to" for me. MANY thanks for uploading.
Excellent tutorial. I liked the detailed description of every widget you presented. Most other tutorial skip that and only show the basics. That includes a couple of books I bought on the subject. Well done!
Thank you , you definitely have the best free tutorials on RUclips. When I clicked the video I had some things that I wanted to learn for my GUI and after your video I feel like I learned everything relevant to this library , thank you for this you're the GOAT.
thanks bro code for this amazing tutorial on python tkinter. you have changed my entire life. my teacher wasn't able to teach me, but you're simple but informative. i was able to finish my computer science course with over an 95%, and i owe credit to you sir. thank you for inspiring students like me to pick up our computers and learn in advance rather then failing courses. my glorious lord of coding, i appreciate your support!
for scale at 1:00:54 you could just make a variable for from_ and to_ and to make the slider in the middle divide from by 2. it will also account for for to_,
Thank you so much for this tutorial. I've been building a program to help me calculate sq. meters of rooms and measure material costs. Admittedly, I have used ChatGPT a lot and now the code is starting to get over my head a little. I have a dual monitor setup so I can play this video and code along and I will do this as many times as necessary to master Tkinter. I'm really loving python for its simplicity and ease of use and it has really sparked my passion for wanting to learn programming. I've subscribed to your channel and look forward to as many videos as you able to produce.
This was fantastic! Thanks so much. I've tried a couple of these long tutorials before and I've quit after about 10 mins as I was in fear of death by bordom.
Hey Bro Code! Your coding tutorials are a lifesaver! 🚀 The way you explain complex concepts with such clarity makes learning a breeze. I appreciate the time and effort you put into making programming accessible for everyone. Looking forward to diving into more coding adventures with your next video! Keep up the fantastic work!
Thank you for this great tutorial. Before i watched this, i was struggling to understand how Tkinter works. your tutorial made it easy. thank you again and keep it up! great job
Thank you for the informative tutorial, I am a beginner at Python and hope you can create other tutorial on how to avoid creating the same instance(s) of a window once its created and how to close window other than using destroy, return or quit commands.
I really like this! Other Tkinter GUI videos are really good and consolidate your knowledge of python Tkinter but they don't teach to do cool stuff in Tkinter like animations. Bravo!
Killer man! Ive been trying to find something engaging to build my first program to help optimize the way my art dept retrieve necessary files to proof out a job. A month and a half into learning py and ive been having a blast! Looking forward to going through this video
Good, helpful videos. One suggestion: in part 25 (and any parts where you have an infinite loop), you should explain that the call to window.mainloop() is never reached. I was scratching my head for a while, but then I realized that it is unnecessary with your call to window.update(). There is no call to window.update_idletasks() in your infinite loop. It might be worthwhile briefly mentioning those two routines and that mainloop() is just an infinite loop that calls update() and update_idletasks() repeatedly...
hahahaha fun fact : i always look for tutorials in youtube before getting into a new topic and everytime i see that brocode has a video about it i blindly chose it over any other xD you are good at tutorials you cover pretty much a lot in your tutorials thanks a lot bro
When it comes to GUI, Builder C++ or Delphi beat Tkinter if they want - even if they are old environments. E.g. buttons, simple components - can be added without writing code.
I am watching this video in 2022 and it helps me so much! thank you for this Bro, I can't stop watching this video until i do everything! I liked, subscribed and here is a comment!😀😀😀
Great so far, I am only up to buttons but already having problems with loading images. I have tried dragging in the image into my project and also using the path. It’s usually a ‘couldn’t recognise’ error. There’s always something that doesn’t work for me lol it’s frustrating.
Hi, first of all thank you so much for your superb tuto!!! One question, where can we download all the image you are using in your tuto? Many thx and please keep producing more tuto !!!
#1 (00:00:00) windows 🖼️
#2 (00:07:31) labels 🏷️
#3 (00:17:25) buttons 🛎️
#4 (00:23:53) entry ⌨️
#5 (00:33:25) checkbutton ✔️
#6 (00:42:26) radiobuttons 🔘
#7 (00:54:15) scale 🌡️
#8 (01:04:01) listbox 📋
#9 (01:18:27) messagebox 💭
#10 (01:31:12) colorchooser 🎨
#11 (01:37:14) text area 📒
#12 (01:42:49) filedialog open 📁
#13 (01:49:54) filedialog save 💾
#14 (01:59:47) menubar 🧾
#15 (02:10:00) frames 🗃️
#16 (02:16:17) open new window 🗔
#17 (02:20:40) window tabs 📑
#18 (02:25:56) grid geometry manager 🏢
#19 (02:35:05) progressbar 📊
#20 (02:45:11) canvas 🎨
#21 (02:56:50) key events ⌨️
#22 (03:01:34) mouse events 🖱️
#23 (03:07:01) drag & drop 👈
#24 (03:14:50) move images 🏎️
#25 (03:26:27) animations 🛸
#26 (03:39:26) multiple animations 🎞️
#27 (03:51:42) clock program 🕒
#1 windows ruclips.net/video/lyoyTlltFVU/видео.html
#2 labels ruclips.net/video/l7ezyYD6V68/видео.html
#3 buttons ruclips.net/video/x5AHtW9UuVo/видео.html
#4 entry ruclips.net/video/lxN3kUh1kJI/видео.html
#5 checkbutton ruclips.net/video/g6Lj396e0t4/видео.html
#6 radiobuttons ruclips.net/video/5IVvj99yxsc/видео.html
#7 scale ruclips.net/video/0kvNBTcPTok/видео.html
#8 listbox ruclips.net/video/vjR45AHBprk/видео.html
#9 messagebox ruclips.net/video/SGTtoHO6loo/видео.html
#10 colorchooser ruclips.net/video/LI8KQ3pjQug/видео.html
#11 text area ruclips.net/video/W9_CLOth11A/видео.html
#12 filedialog open ruclips.net/video/q8WDvrjPt0M/видео.html
#13 filedialog save ruclips.net/video/Klp2Q462chU/видео.html
#14 menubar ruclips.net/video/oT8tqRsK0oI/видео.html
#15 frames ruclips.net/video/bNU_iuo9Gzc/видео.html
#16 open new window ruclips.net/video/lvjtTjV266Y/видео.html
#17 window tabs ruclips.net/video/4bMU1xAolSg/видео.html
#18 grid geometry ruclips.net/video/atBeNqFJ9SY/видео.html
#19 progressbar ruclips.net/video/0WRMYdOwHYE/видео.html
#20 canvas ruclips.net/video/171uIsavFf8/видео.html
#21 key events ruclips.net/video/Afq9NYuwk2k/видео.html
#22 mouse events ruclips.net/video/DuHcDWsqb24/видео.html
#23 drag & drop ruclips.net/video/uGmMsGOcBB0/видео.html
#24 move images ruclips.net/video/m17jsAfJBlc/видео.html
#25 animations ruclips.net/video/dF0OtdYVi_c/видео.html
#26 multiple animations ruclips.net/video/qK8Pfll5ha8/видео.html
#27 clock program ruclips.net/video/l7IMBy4_nhA/видео.html
These lessons are awesome and yes, it is one of the best tutorials I have seen. One query, I have not seen where the code is located so that I can play around with it; can you advise?
@@johnberry766 You need to click on the individually linked lessons above.
Cool
yo u are a life saver
@BroCodez please add automatic subtitles for all languages for this video, because the subtitles are available for all other your videos! Greetings from Sofiya, Bulgaria!
Excellent presentation!
Video quality: 100%
Audio quality: 100%
Content quality: 100%
Annotation tools: 100%
Color quality: 100%
Outline quality: 100%
Consistency and coherence of the context: 100%
Technology improvement: 100%
Correct Word usage: 100%
Total dynamic image presentation time / Total video time: 100%
Total author face presentation / Total video time>> best practice is >> Excellent!
This is legitimately one of the best tutorials ever!
So many interesting tkinter features I didn't know about (many are game-changing). Also many useful commands.
Keep it up!
How do you execute this as a user-interface for the user?
This guy deserves some serious respect
all I know in coding is from this guy from HTML and CSS to JavaScript to python to MySQL
I have become a full software engineer in python thanks to him
I have a lot of respect in my heart for this guy
Stages for coding career/business.
1. Deciding part. First decide to go all in on coding, no plan B's
2. Learning part. Keep learning at least one new thing a day. This youtube channel has tons of materials.
3. Self experimenting. Starting making projects for our selves just for fun.
4. Helping others. Using our skills to help voluntarily friends and families using our skills.
5. Starting to actual to do some paid works for others.
6. getting registered, doing the legal stuff.
7. Hiring people, going from doing all ourselves to leading others.
God bless you all on your journey! Keep having faith and be patient
Love how in-depth & easy to access these tutorials are. Another amazing video.
Excellent !! A fantastically comprehensive tutorial on many of the different parts of tkinter. As a veteran coder but a relative newcomer to python I learned a huge amount. I will bookmark this tutorial as it will be a frequent "go to" for me. MANY thanks for uploading.
Excellent tutorial. I liked the detailed description of every widget you presented. Most other tutorial skip that and only show the basics. That includes a couple of books I bought on the subject. Well done!
Your lessons are very good, please, continue sharing with us your knowledge. Thanks for your labour.
You have done a great job , I always needed a kind of overview with easy explanations of the widget and their possiblities
Thank you , you definitely have the best free tutorials on RUclips.
When I clicked the video I had some things that I wanted to learn for my GUI and after your video I feel like I learned everything relevant to this library , thank you for this you're the GOAT.
thanks bro code for this amazing tutorial on python tkinter. you have changed my entire life. my teacher wasn't able to teach me, but you're simple but informative. i was able to finish my computer science course with over an 95%, and i owe credit to you sir. thank you for inspiring students like me to pick up our computers and learn in advance rather then failing courses. my glorious lord of coding, i appreciate your support!
for scale at 1:00:54 you could just make a variable for from_ and to_ and to make the slider in the middle divide from by 2. it will also account for for to_,
Thank you so much for this tutorial. I've been building a program to help me calculate sq. meters of rooms and measure material costs. Admittedly, I have used ChatGPT a lot and now the code is starting to get over my head a little. I have a dual monitor setup so I can play this video and code along and I will do this as many times as necessary to master Tkinter. I'm really loving python for its simplicity and ease of use and it has really sparked my passion for wanting to learn programming. I've subscribed to your channel and look forward to as many videos as you able to produce.
This was fantastic! Thanks so much. I've tried a couple of these long tutorials before and I've quit after about 10 mins as I was in fear of death by bordom.
Lots of peoples are making videos but they don't know what's are need to beginners.....That's why you great ......Thanks Sir
This is the best tkinter tutorial ever.
I've been looking for such an awesome tutorial an d now I have it.💥💥
Hey Bro Code! Your coding tutorials are a lifesaver! 🚀 The way you explain complex concepts with such clarity makes learning a breeze. I appreciate the time and effort you put into making programming accessible for everyone. Looking forward to diving into more coding adventures with your next video! Keep up the fantastic work!
This was a very helpful series. It took me a couple days but I got through all (4) hours.
This channel will me a whole ton to my wishing career to be a software engineer, thank you!
thanks for all your wonderfull coding videos i am 12 yrs old and i have finished the 12hours video under 3-4 wks
This is a great course, very engaging and I love the sense of humor :D Keep them coming, Bro!👍
Thanks to this tutorial Im cooking up some search engines 🔥🔥
How are the search engines doing
Keep it up bro
Last before 1 month i follow many tutorial video to learn tkinter, But your video is so helpfull for as a beginer.
I like your explanation, thank you for all the effort. I'm in love with python now
I finally finished this course in 4 days. Again thanks you so much, Bro !
best tutorial ever , ur channel is awsome dude !
First time creating project and oh boy did I choose one hell of a topic. This guy is my only saving grace.
Thank you for this great tutorial. Before i watched this, i was struggling to understand how Tkinter works. your tutorial made it easy.
thank you again and keep it up! great job
i really like the way of making it so directly to the point.
Your tutorial is so easy to understand as a beginner.
Thank you so much and you earned a sub!
i couldn’t learn from other tutorials, but this one made it easy
Thank you for the informative tutorial, I am a beginner at Python and hope you can create other tutorial on how to avoid creating the same instance(s) of a window once its created and how to close window other than using destroy, return or quit commands.
I really like this! Other Tkinter GUI videos are really good and consolidate your knowledge of python Tkinter but they don't teach to do cool stuff in Tkinter like animations. Bravo!
I finished python OOP in university and wanted to learn tkinter to make a project.. finished the video in one go! Thanks it was very helpful
One of the best Tkinter tutorials on here
Killer man! Ive been trying to find something engaging to build my first program to help optimize the way my art dept retrieve necessary files to proof out a job. A month and a half into learning py and ive been having a blast! Looking forward to going through this video
I really needed this for my CS project, thank you and more power to you.
Finally a tkinter video that actually makes sense and explains what commands mean
You're absolutely perfect when it come to clarification .............. can't thank yuh enough Bro!
That was fun , simple and organized . Thank you.
Explanation is excellent. Actually learners can understand Easily!!😊
I can't say how to thank this man , you are simply awesome 😘 bro, code better than the yesterday's you...
Thank you very much ! I learnt a lot and felt happy after completing your course !
A very fantastic course video 25 and 26 were the difficult one's, learn a lot of new things ❤
It’s Awesome.It's make easy to learn python.Very beginners friendly tutorial.please make an advanced tutorial.
Fantastic tutorial. I am teaching basic Python and your videos help me so much.
27.20,,,,, i literally laughed the way i hadn't since last 1 year,,,, thank you,, your work is worth appreciating
This is the best video I've come across on Tkinter on RUclips. ❤❤❤
Thank you. Was looking for an efficient tutorial for tkinter and this one was perfect.
Just finished the whole thing, thanks it helped me a lot!
the best tkinter tutorial i have ever seen..TQVM
Good, helpful videos. One suggestion: in part 25 (and any parts where you have an infinite loop), you should explain that the call to window.mainloop() is never reached. I was scratching my head for a while, but then I realized that it is unnecessary with your call to window.update(). There is no call to window.update_idletasks() in your infinite loop. It might be worthwhile briefly mentioning those two routines and that mainloop() is just an infinite loop that calls update() and update_idletasks() repeatedly...
great tutorial, at last someone who explains the code they write, cheers
Thanks for the in-depth breakdown!
hahahaha fun fact : i always look for tutorials in youtube before getting into a new topic and everytime i see that brocode has a video about it i blindly chose it over any other xD
you are good at tutorials you cover pretty much a lot in your tutorials thanks a lot bro
i don't normally comment, but this is seriously the best tkinter learning resource out there props to u
best tutorial ever , ur channel is very hepful
Thank You Sir for your highly knowledgeable technical video and the entire playlist, it has been so helpful! Subscribed and Liked!
Thank you for this Awesome Course. 🤩🤩🤩 Such an Amazing and Fantastic Course on Tkinter indetail. 🥳🥳 Cheers!!! Keep up your Work.👏👏👏👏
The more I follow Bro Code, the more I appreciate the wonderful dude making this possible.
One would want, brief , demo based concept sharing from training videos. Bro delivers much more than that...love his Training style...
great video thanks for help the only thing that needs is to enable the captions if you can
This legend saves my grade marks in university, I'm very appreciate that, thank you so much sir
Nice refresher and confidence builder. For some reason, it was always out of sinc. Great work Bro 👌
Thank you so much for such very amazing educational video. Very much appreciated your all efforts !!!
I am beginner. This tutorial is very useful for me!. Thank's Bro. : )
You're the best contend creator of programming
everything is easy when you are listening to bro code:)
thanks a lotttt
learning tKinter is hard for me but your way of teaching makes it more accessible. So, thank U very much
these are very good.Really love the simple explaination.This video really helps me with my project :)
When it comes to GUI, Builder C++ or Delphi beat Tkinter if they want - even if they are old environments. E.g. buttons, simple components - can be added without writing code.
I am watching this video in 2022 and it helps me so much!
thank you for this Bro, I can't stop watching this video until i do everything!
I liked, subscribed and here is a comment!😀😀😀
Great Video much better understanding thanks for your knwoledge
This is the best TKinter tutorial on yt
Great so far, I am only up to buttons but already having problems with loading images. I have tried dragging in the image into my project and also using the path. It’s usually a ‘couldn’t recognise’ error. There’s always something that doesn’t work for me lol it’s frustrating.
This tutorial is great. I hope the algorithm thinks the same.
Edit: the calling a function thing is not working for me for the button
Awesome! The small jokes you added in the videos made it more unique than others
You deserve a million followers
Very nice, very good. Thanks a lot. I will follow with this video to learn Tkinter
Finally completed ❤ best for beginners
Simplified lecture, thanks
A really fantastic course. Thank you.
I learn a lot from you bro code. I am from philippines
thank you for your lessons but please to be your size writing bigger especially when bg was black
This dude is an absolute legend
Your tutorials are helping me a lot!
commenting for the youtube algorithm. Love your videos Bro!!!
Thank your for this amazing course.
best tutorial so far. hope more from you to come
Ok i will comment to support you ❤.
Thank you man 🎉
Nice course, clear& crispy. I am also interested in working with database with Tkinter/Python
you are a great teacher👍
Thank you for making such a nice tutorial !!
❤❤It's a very amazing tutorial❤,Thank you
Excellent, as always! Please continue.. and thanks so much!
Hi, first of all thank you so much for your superb tuto!!! One question, where can we download all the image you are using in your tuto? Many thx and please keep producing more tuto !!!
hi man, I just want to tell you that you did a great job
Thanks bro. Appreciate the effort you took to help us!