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

Hello, I have an issue on my project where I use both a CTkScrollableFrame and a HtmlFrame from tkinterweb. When I scroll on my CTkScrollableFrame, an error message is displayed...

I am trying to get the state of a textbox with the following code: state = textbox.cget("state") But I always get the following error: File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/customtkinter/windows/widgets/core_widget_classes/ctk_base_class.py", line 151, in cget...

Hello, I needed to change the locale variable to get the french format days, but i get a "bad screen distance "250.0"". This error happen when i try to open...

I am not sure if this is supposed to be supported, but I naively expected that my_label.configure(image=None) would clear the image from the label. https://github.com/TomSchimansky/CustomTkinter/blob/b9b57d95c7d3bb821a2260527315b6079161f5c9/customtkinter/windows/widgets/ctk_label.py#L143

I want to be able to make a Dash docset from your documentation for Custom Tkinter.

#2606 - replaced 50 with 100 to properly calculate determinate_value from determinate_speed value. This change will correct wierd output of determinate_value for each step increament.

In the `step` method of `ctk_progessbar.py`, the `determinate_speed` attribute is being divided by 50. I may have missed it in the documentation, but I did not see a purpose for...

Either at instantiation or by a followup configure, width seems to be ignored. Reproduced with: ``` import customtkinter as ctk # Create the main window root = ctk.CTk() # Create...

Good Day Is it possible to add a calendar feature using customTkinter themes/style