CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
Is there already a way to create a spin box? If not is this something that is being considered as a feature? Thank you so much for all the hard...
When compiling a program containing customtkinter, for some reason it drops its asset folder and sits a level too deep for the program to look for. It gets compiled to...
I added my ThemeMaker program inside example folder directly. As I described about the program in #264, it can create themes for customtkinter easily. @TomSchimansky As you mentioned your thoughts...
I have added 2 new widgets - Horizontal and vertical dividers They are loosely based on the the CTk Frame widget, except some changes: - width and height are called...
Please see test case: https://github.com/TomSchimansky/CustomTkinter/discussions/302
### Discussed in https://github.com/TomSchimansky/CustomTkinter/discussions/249 is it possible to have like a default tkinter scroll bar for these items?if so any examples? also how do i stop these when clicked on...
I've been adding a change font command in my app to configure the font of all the widgets by using InputDialog to get the font name but unlike tkinter there...
the CTkButton.configure() method does not accept corner radius
Hello. I'm trying to create custom mouse1 event binds for a CTkSlider but it doesn't seem to be working. I'm simply trying to determine if I'm dragging a slider in...
I was previously using `ttk.Scrollbar` widget, but thought of migrating to the `ctk.CTkScrollbar` because of easy customization. It looks good, but there is a problem ruins the scroll effect. When...