Modern GUI Design With CustomTkinter! - Tkinter CustomTkinter 1

preview_player
Показать описание
In this video we'll start to look at Modern Gui Design for Tkinter using the CustomTkinter Library.

Custom Tkinter is a great library for creating really stylish, modern looking Tkinter apps fairly easily.

In this video I'll walk you through setting up CustomTkinter, and we'll build a very basic starter app with a Button widget.

We'll also look at all the theme style and color options.

#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:33 - CustomTkinter Documentation
2:32 - Pip Install CustomTkinter
3:21 - Create a Basic CustomTkinter App
4:55 - Add A Button
5:44 - Explore The Theme Options
7:22 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book
▶ See More At: ✅ Subscribe To My YouTube Channel:
▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group:
▶ Get The Code For This Video

TkinterPython
Автор

Looking forward to following the series. I’d love to see videos that go beyond just putting widgets on the screen. My biggest struggle is finding the best way (or a good way) to have the gui interact with the “model” via either a presentation or “view controller” or other approach. And, how to best kick off the threads and get data back to the gui.

scotteebee
Автор

thank you very much are you going to post more videos of CustomTkinter? if yes how many per week because I'm very interested to learn this

dovdembin
Автор

Currently building a windows specs application with this gui library. I hope the maintainer of the repo remains active. Doesn't seem much has been done in the past 6 months.

sokoloft
Автор

I believe "system" matches the theme (light theme/dark theme) you're currently using on your pc.
If os_theme = "light":
system = "light"
else:
system = "dark"

TheBurgerKin
Автор

Can you possibly show us the side by side comparison of bootstrap and customtkinter?

megamemes
Автор

Where is the link to the code you mentioned? (I may have missed it).

saustin
Автор

Hello, i dont know how put the iconphoto with png in custom tinter. Somebody can help me?

PazzoRagazzo
Автор

It is possible to create custom themes and use them in customtkinter very easily

shahaffrsshahaffrs