CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
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...
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...
how can I change label display text in different language similar like change appearance mode @TomSchimansky
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...
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...
Hi, Is it possible to establish an 'indeterminate' mode in the CtkProgressbar? thanks
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...
### 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