CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
When you configure the CTk.RadioButton's state as DISABLED, only hover effects and text color change. You can see it if you assign a function to the radio button when it's...
Hello I just have maybe 2500 values in a combo box (just some dates) So I hope you can add a scrollbar to the Combobox or tell me how to...
so i am making a calculator app using ctk, i need to get input from the user, in tkinter i would use [variable].get(), in ctk i tried to use .cget,...
I want to change the default colour scheme on the click of a button. When I click on the button to change colour, a function gets called which is meant...
- How Can I align the Text in a Entry to the Left - How is it possible to align a Text to the left and a image to the...
I'm trying to create an app with a frame with two frames inside, but I want one of then to be wider than the other... I found a way to...
I am using the bind method to search for a value from combobox values (they are 2500 value). but when I run the code I didn't get anything. and this...
i want to upgrade my application to custom tkinter but cant seem to find listboxes will/are these going to be added in the future?
Hello, Thank you for taking the time to update TKInter to a new, more current look. Is there any plans to add in the menu widget?
 After updating customtkinter, the text in my treeview became unreasonably small and it is not changeable through the font argument in style configuration. Is there something in treeview that...