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

how can I deselect all checked checkboxes?

I'm encountering an issue with the corner_radius implementation in CustomTkinter. When setting a corner_radius value for a CTkEntry (or other widgets), instead of rendering rounded corners, the corners are being...

Hello, I have created a very simple ConfirmationDialog within the CustomTkinter framework. If you think it is helpful you can merge it so that it is accessible to everyone 😊...

1. When I set anchor='w' and ipadx=20, it seems that ipadx has no effect 2. I can not set ipadx =(20, 10) just like padx ![image](https://github.com/user-attachments/assets/89bbad01-3486-4ff0-a5dd-f57ce07c73e6) code: `import customtkinter as...

Not every widget has the `bind()` function defined correctly. Some Widgets have: `def bind(self, sequence: str = None, command: Callable = None, add: Union[str, bool] = True):` While some other...

There are multiple arguments which cannot be fetched with `.cget()` for a CTkTextbox. For example: `spacing1`, `spacing2`, `spacing3`, `state`, etc. (I have not checked all) ```python File "example.py", line 147,...

To be able to use [Merak package building toolkit](https://github.com/dave-msk/merak) some minor code change would be required. Could you please let us know if these changes proposed here below could be...

there is no border_width For CtkLabel.