Tkinter + Bootstrap Theme - ttkbootstrap - Complete App

preview_player
Показать описание
Link to Code:

Link to ttkbootstrap documentation:

Link to Objects & Classes tutorial:

Link to Tkinter tutorials:

00:00 - Intro
01:45 - Basic Example
07:30 - Main Application (Intro)
08:38 - Setting up the Application
12:14 - Setting up the Gradebook Class
22:45 - Form Fields
25:46 - Validation
28:16 - Meter Widget
31:26 - Buttons
34:02 - Submitting Data
35:10 - Toast Notification
37:07 - Troubleshooting
41:27 - Table (Tableview Widget)
47:04 - Troubleshooting
48:10 - Wrap Up

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

Thanks, you helped me realize an Object Oriented approach towards using ttb which I was struggling to first do before

animatnetic
Автор

I really like the meter widget and how the table is easy to make. Thanks for the video.

keithlohmeyer
Автор

Awesome tutorial. Very precise, informative and teaching. Keep up the good work 👍

ugurorhon
Автор

Amazing, more video about Tk bootstrap please

walidmat
Автор

Nice tutorial… because of this lesson I now know how to use a class method… Thank you

solomonezra
Автор

Is it possible to change the font of Tableview Headinds ? How ?. Thanks a lot in advance !!

felixmerchan
Автор

Which is better to use in the long run ttkbootstrap or pysimplegui? Also, I have a Mac and the table works:) Thanks for posting the video!

smissu
Автор

merci pour ce tuto j'aimerai juste savoir si c'est possible de faire des interfaces responsives avec TKINTER...?
je suis en attente d'une suite favorable

tamannb
Автор

Nice tutorial. I have a question. I would like to use the localization in French and see that there are msgs languages traduction in How can i use it in my main.py file? (Like settings the language in django) Thanks a lot.

vladmakrov
Автор

Neat tutorial, however there's a problem: one of the PIL library methods is deprecated and will throw an error if you try to add the meter widget.
The solution is easily found online but I'll not write it here because Yt deletes posts with code examples.

flioink