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

Meter Widget The Meter widget is a versatile and visually appealing gauge for displaying progress or values within a circular or ring-like interface. It is highly customizable and can be...

Just place the self.bind("... in the scrollable_frame_example.py in ScrollableLabelButtonFrame class, in __init__() and notice that it does not scroll anymore! ``` def __init__(self, master, command=None, **kwargs): super().__init__(master, **kwargs) self.grid_columnconfigure(0, weight=1)...

Here I made a simple fix so that when running the simple_example.py file it does not display the error caused by using TkinterDnD

I have been able to execute the files in the examples folder except for simple_example.py and I have detected that it is due to tkinterDnD ![tkinterDnD Error1](https://github.com/user-attachments/assets/e5f0471f-edb0-4540-ab4a-c8f0e5c081a8) When trying to...

I have tried to install this package using `pip install customtkinter`, but then I get this error: ``` error: externally-managed-environment × This environment is externally managed ╰─> To install Python...

The dropdown image was not drawn correctly for the optionmenu widget. I had to edit the font styles to make it so that the image was drawn correctly when scaled...

Literally basic descriptions for: - CTk.geometry() - CTk.resizable() - CTk.minsize() - CTk.maxsize()

Is there any way to bind to the Tab Changed event? I've tried but the 'Not Implemented' error keeps being reported. works for setup but there is no way to...

Adding drag and drop bindings would not be bad for comletition, I'm making a file manager and I really need that

i want to imnport another python file but not working with my project please help