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

Steps to recreate 1. Add a tabview to a window 2. Add a tabview frame within the tabview 3. Change the theme of your system in windows settings from dark->light...

There's around a million different open issues and discussions in your repo, where people are asking why CustomTkInter is pixelated and uses tiny fonts when running inside Conda. For example,...

_Tested on Windows 10_ The two dropdown menu widgets, CTkOptionMenu and CTkComboBox throw a `TcLError: invalid command name` when the window's scale changes **after** being destroyed. Tested scenarios are changing...

Traceback: ``` File "C:\path\to\project\APP", line 231, in manualInterface self.erase() File "C:\path\to\project\APP", line 160, in erase child.destroy() File "C:\path\to\project\win-venv\Lib\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 98, in destroy tkinter.Frame.destroy(self) File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\tkinter\__init__.py", line 2655, in destroy for...

System: - GNOME 46 on Fedora Workstation 40 I have seen this bug in a lot of tickets here. Many people might not realize what's wrong. The issue is that...

I have an Airline Project that was working perfectly untill randomly has stopped runneing and is showing errors, - python --3.12.6 - pillow --10.4.0 - customtkinter --5.2.2 ``` import customtkinter...

In `tkinter`, the height attribute of a Label widget is functioned to set the height by the size of text multiply by the value of `height`, but it didn't work...

![image](https://github.com/user-attachments/assets/cf595357-7392-4bb4-9265-04a8dfbf8251) This visual bug occurs for both vertical and horizontal orientations. [See issue #2414 for vertical rendering](https://github.com/TomSchimansky/CustomTkinter/issues/2414) ``` def show_progress_bar(self): self.clear_window() self.progress_label = ctk.CTkLabel( master=self, text="Generating video...", font=("Segoe UI", 16),...

This isnt completely a custom tkinter problem/help, but I cannot figure out a way to Assign specific values to each of the many checkboxes I have created - Python --...