CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

A modern and customizable python UI-library based on Tkinter

Results 574 CustomTkinter issues
Sort by recently updated
recently updated
newest added

The appearance mode is not working correctly when i run the python file from Terminal or fram a make file. But it is working correctly from the run button in...

Just please add the listbox.

Hello, I separate my GUI from my main code in 2 files main.py and interface.py (the customtkinter GUI inside) When I run get_action function (which is inside my main.py)I have...

When using .delete("Tab Name") the CTkFrame that is created during .add("Tab Name") isn't being destroyed, resulting in increased memory usage. Changing line 333 in ctk_tabview.py to `self._tab_dict[name].destroy()` Seems to help...

I have created a ScrolledFrame, in an existing frame, as follows: ``` self.scrolling_frame = ScrolledFrame(self.data_frame, padding=0) self.scrolling_frame.grid(row=3, column=0, padx=10, pady=10, sticky="nswe") ``` The ScrolledFrame mostly resizes and works perfectly, however,...

CTk window loses its themed title bar when you exit fullscreen customtkinter: `5.0.3` OS: `Windows 10` **Steps To Reproduce** 1. Run the below code in a python file. 2. Press...

bug

I've seen a couple of other users encountering this in the latest version 5.0.3: https://github.com/TomSchimansky/CustomTkinter/issues/1021 https://github.com/TomSchimansky/CustomTkinter/issues/960 I'm not sure exactly where the problem is but I know its when creating...

With the newest update, 5.0 I cannot remember last digit, When I open the file it opens the window for a split second then automatically closes it. I then uninstalled...

So if we start the app and the Progress is set to mode='indeterminate' it has a default Starting position. ![grafik](https://user-images.githubusercontent.com/39739909/210250293-803f8cdd-8c80-44f4-aa1a-60f6ca12c5b1.png) so after we start it with .start and stop it...

So I updated the library to the most recent version (5.0.3) and now all the images I use in the app are so tiny. Is there a way to scale...