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

I don't know if it's just me but I have problems with ctktoplevel and focus. When starting a window with ctktoplevel it starts in front of the main window and...

Implemented the true CtkSpinBox by copying CtkComboBox and performing the needed changes. ![image](https://github.com/TomSchimansky/CustomTkinter/assets/160390475/a6aa963b-1d88-4342-b95a-fecdb764ad52) I didn't dare to touch `DrawEngine.draw_rounded_rect_with_border_vertical_split()`, so for now there is just one button and I discern...

Hi @TomSchimansky. Looking at the code for ctk_label.py, you appear to be checking to see whether someone has defined a "text_color_disabled" key in the theme JSON. However if you find...

I am trying to add a feature to a password manager app where an 'open file' button opens a CTkTopLevel window displaying all saved passwords. The window is working, but...

question

The marker file for a typed package is missing. https://peps.python.org/pep-0561/#packaging-type-information

enhancement

CTk Scrollable Frame is not destroyed after using the `.destroy()` method. ```python import customtkinter as ctk root = ctk.CTk() frame = ctk.CTkScrollableFrame(root) frame.pack() frame.destroy() root.mainloop() ```

Hello, Since switching my gui file to classes. As per instruction of the wiki. Its detected as "Wacapew.C!ml" by windows defender. I specifically just reverted one of my old versions...

A bug in combobox while I set size biger. there a big groove。 ![image](https://github.com/TomSchimansky/CustomTkinter/assets/89082776/3a94464b-a809-41b4-bcd5-8b52f33e72f4)

when I run my code which is using custom tkinter , it arrises this error: File "C:\Users\Arian_Gh\AppData\Local\Programs\Python\Python312\Lib\site-packages\customtkinter\windows\widgets\scaling\scaling_tracker.py", line 186, in check_dpi_scaling window.block_update_dimensions_event() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Arian_Gh\AppData\Local\Programs\Python\Python312\Lib\tkinter\__init__.py", line 2425, in __getattr__ return...

Hi, thank you for your contribution to this marvelous project first. ------------------------------------------------------------------------------------------------ # Issue description: I have found an issue, which is hardly a bug but could be further improved....