CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
Creating an IntVar and waiting for it using wait_variable on the CTk object pauses the entire program regardless  without "self.window.wait_variable(wait_variable)" allows the program to flow as usual, however adding...
Hi, I've got a suggestion for a new feature to CustomTkinter: adding messageboxes! There is no such feature available in CustomTkinter, so I tried using Tkinter messageboxes. They don't fit...
The CTkButton does not pass 'event', easily modified in the CTkButton widget in the module, However when you want to capture id(event.widget) in your function you will come across an...
Edit: `fg_color_disabled` I mean, as after reading the wiki it seems `bg_color` is used for _behind_ the button rather than the button itself. Would be a nice thing to have,...
Hello. I have added StringVar to CTkEntry widget, using the textvariable parameter. I am then binding the key release event to a function. The idea being that as the user...
Can you make a password field using customtkiner, for example the instead of the password letters it displays bulletpoints to hide the password
Please provide a bigger example application with - a menubar - change frame content according to the selected menuitem - display content (table) from an api (maybe from https://jsonplaceholder.typicode.com/), etc....
How do I make the scale dynamic of the window, for example if the make the size of the window bigger, i want all the contents accordingly to increase the...
With regard to the CTkSwitch, CTkRadioButton & CTkCheckBox; is there any way to have the label show on the left of the widget rather than the right? thanks karl