An introduction to customtkinter [way better styling in tkinter]

preview_player
Показать описание
This video will cover how to use customtkinter, which is an infinitely better way to style tkinter apps.

You can get the code here:
Рекомендации по теме
Комментарии
Автор

This is the most complete Custom Tkinter content. I didn't know it was so customizable, thanks so much for sharing it! 🙏

danilodelucio
Автор

Thank you so much sir for your all awesome videos...❤🎉

sonu-jangir
Автор

Good tutorials.

But how do you get rounded corners on the widgets without seeing the white background.
With windows 10 I only see the full affect of rounded corners when appearance is set to light. When it's dark then the widgets always show the corners as white.

gregcrawford
Автор

Awesome tutorial!!! Is there a way to change the window image next to the window title?

Mark-ygoe
Автор

Thanks for the tutorials.
Are you going to make some projects, using all this goodies, too?
Happy new year!

DPoly
Автор

The best way of learning CustomTkinter is that you turn all of your ugly tkinter projects into ctk, , and some parameters has a different name ie in Buttun you have not bg= instead you have fg_color, , this way your entire time will concentraited on just working with UI not the logic of the Program,

But someone got to make something Like QT Designer, and you work your project like VISUAL C++, you just drag and drop your elements ( pyqt has this option but its not like visual C) I mean the free version

xzex
Автор

Can you explain how to create a table viewer? The project creator haven't created this widget till now (2023/02/23)

Lusanri
Автор

Thanks, but in customtkinter there is no treeview and listbox ?

gilleslejeune
Автор

Bro! do you know How to set Favicon at place of CTkinter logo

rafortwalfer
Автор

where was the api for CTk that you were showing?

RFBPekopon
Автор

Customtkinter does not play well across OSs (especially Windows). Its features do not keep up with Tkinter's, and there seems to be a lot of code overhead for no advantage other than stylistic changes.
I've always been a code minimalist and consider this 'bloatware'. (Hint: look at the size of the download)
Your presentation is great, but if you need to strap a power pack to TKinter, you might consider a different Python GUI altogether.
It might be different if these classes were true Object Oriented designs (overrides), but all the renaming and customizing specifically for customtkinter is a pain to roll-back.

cyberwip
Автор

how can we change icon in Customtkinter??

samarthvyas
Автор

It hangs, if we minimise and maximize frames

PANDURANG
Автор

how to make colored text with ctk label, like first half red second half blue?

Norcuck
Автор

the powershell says that 'pip' is not recognized, what to do

dheerparekh
Автор

its good, but I noticed it feels not complete

kvjrey
Автор

My window isn't black, even if I use .configure

rupaksaha
Автор

When I run my program the window has a white background, can somebody help me?

homieluca
Автор

hello is there a way we can set ctk as fullscreen?

giomacale
Автор

How come code can run well the first 10 times you execute them and than all of the sudden it gives you a
SyntaxError: invalid syntax?
The code in question is:
switch=ctk.CTkSwitch(window,
text="Excercise switch",
fg_color="red",
progress_color="white",
button_color="light blue"

switch.pack()

error is
When I remove this it will say the error is
switch.pack()
anyone able to help me out it worked fine when I first wrote and tested

thadudes
join shbcf.ru