CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
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...
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...
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...
Thanks for working on this. Looking forward to more features enabling in the coming months.
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...
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...
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 