Python Tkinter GUI Design Using ttkbootstrap - Complete Course

preview_player
Показать описание
Learn how to easily implement modern designs in your Tkinter-based Python applications using ttkbootstrap.

You will learn how to use all the main ttkbootstrap widgets to make your Tkinter apps look modern and awesome!

✏️ Course developed by @TkinterPython

⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:09:07) Labels and Buttons
⌨️ (0:19:59) CheckButtons
⌨️ (0:29:50) Resizing Buttons
⌨️ (0:35:46) Combo Boxes
⌨️ (0:42:52) Entry Boxes
⌨️ (0:48:58) Floodgauge
⌨️ (0:58:29) Date Entry
⌨️ (1:08:37) Frames and Labels
⌨️ (1:14:31) Menu Buttons
⌨️ (1:23:50) Meters
⌨️ (1:37:53) Notebooks
⌨️ (1:44:13) Progress Bars
⌨️ (1:59:24) Radio Buttons
⌨️ (2:10:46) Sliders
⌨️ (2:19:05) Scrollbars
⌨️ (2:24:58) Separators and Sizegrips
⌨️ (2:31:19) Spinboxes
⌨️ (2:39:01) Treeview
⌨️ (2:45:52) Message Boxes
⌨️ (2:57:30) Color Chooser
⌨️ (3:05:52) Scrolled Text
⌨️ (3:12:08) Scrolled Frame
⌨️ (3:17:39) Toast Messages
⌨️ (3:23:14) Conclusion

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Рекомендации по теме
Комментарии
Автор

This guy is amazing; he overflows with passion for what he does and is a benchmark in everything related to tkinter. I don't know if it's because of the speed with which he teaches that he chooses procedural programming instead of object-oriented programming. Anyway, this is the magic of Python, choosing what makes you happy.

nisidabay
Автор

This channel is a blessing to humanity. Good work team!

mortyrickerson
Автор

I will have to try it. Free tip: Please don't make forward references like "I'll cover that in a minute", "I'll go over that later", etc. It breaks comprehension and distracts it with an expectation.

charlesspringer
Автор

This is the best tkinter introduction. ttkbootstrap is a cherry on top.

doBobro
Автор

This is AWESOME. Wow what a professional well presented masterclass. Thanks friend.

Icr
Автор

great, I've just finished a program and I've struggled in the graphics section until I found this turotrial.

alouiyaz
Автор

There's no word that can thank you enough

FatemehDamarchilou
Автор

Looks cool, but recently after a long time using Tkinter and bimpy (Dear ImGui wrapper for Python) I switched to NiceGUI, I find it easier to customize, using QUASAR and Tailwind CSS classes. It has some limits, and sure Tkinter is a bit faster. But the power to customize things using HTML, CSS and Javascript libraries, VUE components, makes it very good.

mayorc
Автор

Really good tutorial, it's amazing we can watch it for free

sisidaisy
Автор

Lex Luthor, I love your content. Always helpfull and understandable. Thank you so much.

DiogoSBastos
Автор

Wish u were my programing lecturer.Lessons would have been so much interesting.Truly grateful for this tutorial.❤

dalefernandez
Автор

Alright, this was useful.
Thinking of ideas to apply these cool widgets to.
My only nitpick with Tkinter would be that there are no rounded buttons built-in. But that's likely not too hard to add with custom images.

flioink
Автор

This is amazing! Love your TKINTER content.

davesrambla
Автор

Your teaching style is so good sir😂😂 i can't even feel bore for a single second❤ i enjoyed and learned so much about gui thanku sir for this great lecture 😊

sourabhshrivastava
Автор

This looks way better than customtkinter project

artaxerxes
Автор

Love your TKINTER book and content. You are awesome. 🥰

dumpy
Автор

3 hours to create simple GUI form with 6 buttons? Why when exist Delphi or the same?

rasiyanin
Автор

why python doesn't use drag and drop tecnology on devoloping user interface.

efraildokme
Автор

Getting this error at 1:24:00,
"AttributeError: module 'PIL.Image' has no attribute 'CUBIC'. Did you mean: 'BICUBIC'?"

I had to go into the library and change that line from Image.CUBIC to Image.BICUBIC.
The path is and was on line 856.

cjstewart
Автор

But, can you show packaging this and exporting as an executable to be installed cross-platform? Because I haven’t gotten Pyinstaller to work… ever hahahha

xBerto