Intro To Object Oriented Tkinter - Object Oriented Tkinter 1

  Рет қаралды 17,644

Tkinter․com

Tkinter․com

Күн бұрын

In this video we'll start to learn Object Oriented Programming for Tkinter and Python.
There aren't a ton of OOP tutorials for Tkinter. In this playlist we'll change that!
We'll learn how to used Classed Based Programming for Tkinter, and in this video we'll create our basic starter code and use the Label and Button widgets to build a simple app.
#tkinter #codemy #JohnElder
Timecodes
0:00​​ - Introduction
0:45 - Create Starter Code
1:26 - Build App Class
2:26 - Title, Icon, Geometry
4:00 - Create Label and Button
5:45 - Create Change Function
6:55 - Change Text Logic
9:08 - Break Out Widgets In Frame
9:50 - Create Frame Class
12:00 - Add Buttons To Frame
13:30 - Make Buttons Access Change Function
14:42 - Recap

Пікірлер: 25
@TkinterPython
@TkinterPython 6 ай бұрын
▶ Watch Object Oriented Playlist ✅ FREE Tkinter Widget Book bit.ly/3Og44ey bit.ly/3K4qlZC ▶ See More At: ✅ Subscribe To My KZbin Channel: Tkinter.com bit.ly/3Pk1By4 ▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group: 30% off with coupon code: youtube bit.ly/2GFmOBz ▶ Get The Code For This Video bit.ly/3dCzz2K
@HasanZameer
@HasanZameer 5 ай бұрын
😊
@TkinterPython
@TkinterPython 5 ай бұрын
🙂@@HasanZameer
@djl3009
@djl3009 6 ай бұрын
This is great, most online tutorials simply demonstrate how to use the tkinter widgets but don't show you how to leverage an OO approach. I have a suggestion, could you do a follow-up video covering how you would modify this example app to use a package like ttkbootstrap to get a more modern look-and-feel with themes? In theory, an OO approach would have a payoff for such a scenario (by limiting the "blast radius" for changes) . I suggested ttkbootstrap as you've covered it extensively and it is built on tkinter.
@TkinterPython
@TkinterPython 6 ай бұрын
I already did one for CustomTkinter, kzbin.info/www/bejne/fYHGdH-fhL6Jm5Y it's mostly the same
@djl3009
@djl3009 6 ай бұрын
That's a great example of converting a function based approach to an OO approach. On a related note, thank you for all the great content you've been delivering especially around Python GUIs. I built a desktop app for personal use that I use almost daily and all the GUI related concepts I learnt mostly from your channel. It uses ttkbootstrap (which I discovered from your channel). This is a short demo of the app if you'd like to take a look: kzbin.info/www/bejne/aWrTi2aXj7dpf8k
@TkinterPython
@TkinterPython 6 ай бұрын
@@djl3009 Awesome
@michaelclarke5246
@michaelclarke5246 3 ай бұрын
This is amazing! Thank you so much. I have been looking for more information on Object Oriented Tkinter. I love your presentation and am learning a lot from all your videos!
@TkinterPython
@TkinterPython 3 ай бұрын
Glad you enjoyed it!
@fhtommy
@fhtommy 6 ай бұрын
So can you give a reason why we would want to use OOP for creating the tkinter GUI? I love what you do here and you are one of the easiest python teachers to follow. Thanks!
@TkinterPython
@TkinterPython 6 ай бұрын
OOP code may be simpler if your app is more complicated.
@sovereignlivingsoul
@sovereignlivingsoul 4 ай бұрын
very interesting, excellent presentation of a most often feared method of programming
@TkinterPython
@TkinterPython 4 ай бұрын
Glad you liked it!
@jojomark4946
@jojomark4946 2 ай бұрын
This is what I needed!!!
@Codemycom
@Codemycom 2 ай бұрын
Happy to hear it!
@cyberbashir5416
@cyberbashir5416 6 ай бұрын
big up !!!!!!!!!! i really appreciate your work, thanks man.
@TkinterPython
@TkinterPython 6 ай бұрын
Thanks, appreciate it!
@cyberbashir5416
@cyberbashir5416 6 ай бұрын
just requesting, can you differentiate between software development and desktop application development..........please🙏
@TkinterPython
@TkinterPython 6 ай бұрын
@@cyberbashir5416 Desktop apps run on a computer. Software development encompasses all development.
@cyberbashir5416
@cyberbashir5416 6 ай бұрын
okay
@fadymaged402
@fadymaged402 5 ай бұрын
Your videos are amazing.. please consider making videos for custom tkinter using oop
@TkinterPython
@TkinterPython 5 ай бұрын
I have one at the end of the CustomTkinter playlist already.
@CodeWithArpitTech
@CodeWithArpitTech 6 ай бұрын
hello
@TkinterPython
@TkinterPython 6 ай бұрын
hello
Popup Boxes - Object Oriented Tkinter 2
8:08
Tkinter․com
Рет қаралды 1,7 М.
Object Oriented CustomTkinter - Tkinter CustomTkinter 22
12:02
Tkinter․com
Рет қаралды 17 М.
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 13 МЛН
Summer shower by Secret Vlog
00:17
Secret Vlog
Рет қаралды 12 МЛН
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 10 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 8 МЛН
Build GUI Apps With Python! - Intro To Tkinter 1
18:31
Tkinter․com
Рет қаралды 19 М.
Let's Build A Calculator - Object Oriented Tkinter 4
19:02
Tkinter․com
Рет қаралды 15 М.
Adding Images To Your Apps - Intro To Tkinter 5
10:15
Tkinter․com
Рет қаралды 1 М.
Create Custom Widgets and Components! - Object Oriented Tkinter 6
12:47
Pack/Grid Forget and Destroy! - Intro To Tkinter 4
9:27
Tkinter․com
Рет қаралды 1,3 М.
File Dialog Boxes - Object Oriented Tkinter 3
10:15
Tkinter․com
Рет қаралды 2 М.
Create an advanced GUI app with PySimpleGUI (Full Tutorial)
27:32
Coding Is Fun
Рет қаралды 79 М.
Object-Oriented Programming
29:02
Brian Will
Рет қаралды 743 М.
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 13 МЛН