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

As we know that tkinter by default lacks a range slider widget which I guess is possible to make with tkinter. Though I found a module which can do this...

enhancement

The following line loads the default theme... https://github.com/TomSchimansky/CustomTkinter/blob/22b4dfb2d33bf877c96c316afa2456f28bcd560a/customtkinter/__init__.py#L17 If you use pyinstaller with the `--onefile` option you will most likely get a `FileNotFoundError` with a message indicating that `blue.json` does...

question

how can I change label display text in different language similar like change appearance mode @TomSchimansky

enhancement
question

Hi. I've created a new repo with the documentation from your wiki using docsify, it can be found here: https://github.com/felipetesc/CtkDocs The reason for doing this is the fact that the...

### CTkTooltip **CTkTooltip Features (suggested) :** - Tooltip with round corners - Custom Font Support - Customizable Color i.e. fg and bg ### CTkScrollbar **CTkScrollbar Features (suggested) :** - Scrollbar...

enhancement

Please consider adding another flag in the creation of CTKButtons to allow for the text and image to be aligned. I've attached an image below of the benefits to adding...

enhancement

Hi, Is it possible to establish an 'indeterminate' mode in the CtkProgressbar? thanks

enhancement

It might be nice for the ProgressBar in Windows to be connected to the Windows Taskbar. Here is some code that would allow you to show the CTkProgressBar progress on...

documentation
enhancement

Can a CustomTkinter TextBox be added too sometime in the future ?

enhancement

### CTkMessagebox like `tkinter.messagebox` CTkMessagebox Features (suggested) : - all show* (info, error, etc) commands - all ask* (question, okcancel, etc) commands - possibility to modify them as desired

enhancement