CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

A modern and customizable python UI-library based on Tkinter

Results 548 CustomTkinter issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, First of all, thank you for putting up a tkinter library that looks modern and takes a way a lot of thinking when it comes to styling. I haven't...

enhancement

I tested this out with the complex example script as well. Whenever I change mode from light to dark or vice versa, the window size goes back to the size...

bug

Hey Tom Will you add listboxes ?

enhancement

i am creating my first app with python and i choose customtkinter but I have this problem of "blinking" every time I load the widgets(e.g. frame, button, label) I believe...

bug

Thanks for working on this. Looking forward to more features enabling in the coming months.

enhancement

When the option menu is deleted and then recreated using the same variable it throws an error. customtkinter: `4.6.3` IOS: `Windows 10` **Steps To Reproduce** 1. Run the below code...

bug

CTkToplevel is not displaying when the resizeable method is used. customtkinter: `4.6.3` IOS: `Windows 10` **Steps To Reproduce** 1. Run the below code in a python file. 2. Click the...

bug

Placeholder text is on the left side, but on middle row of entry box. How do I change its position to top-left? `self.entry = customtkinter.CTkEntry(master=self.frame_info, placeholder_text="Input Your message here", width=120,...

Thank you for creating this lib. The background color of CTkComboBox() became white when the state is setted to "readonly" customtkinter version: 4.6.3 ![img](https://i.imgur.com/1EqxoiS.png)

bug