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
trafficstars

Good Day, Firstly I'll like to say well done Mr. Schimansky and thank you very much for creating such a wonderful framework. I enjoy using the widgets you've designed. It's...

information

Hi there! is there a solution, if I want to set the text and image alignment in the button on the left or right side ?

- There is no documentation yet about this on the Wiki of this repository. - Doesn't recognize the placeholder of CTk - tried other ways of putting a placeholder but...

After the `self.destroy()` code is activated, something appears on the console as in the picture. What is this? ![image](https://user-images.githubusercontent.com/85893202/183591136-1ffaa701-fb1d-4657-af33-d4e92f9c6af1.png)

`self.label_3 = customtkinter.CTkLabel(master=self.frame, text="Register.", cursor="hand2") self.label_3.place(relx=0.5, rely=0.84, anchor=tkinter.CENTER) self.label_3.bind("", lambda e: self.openUrl)` Why didn't this code work for me? I click on the text but it doesn't work

information

The example code in the wiki for CTkRadioButton includes the definition of two radio buttons. Both buttons are defined with 'value=1'. I think the second button should be defined with...

With tkinter you can jump to the end of the textbox with the .see('end') method. Is this available with customtkinter? Thanks!

Please how do I resize background image to adapt to window size as I resize the window?

How do I resize buttons as root window gets bigger or smaller? Will appreciate an example. Keep up with the good work

On linux the user fonts should be in this directory: ~/.local/share/fonts/ instead of ~/fonts/ https://help.gnome.org/admin/system-admin-guide/stable/fonts-user.html.en ----- file: font_manager.py https://github.com/TomSchimansky/CustomTkinter/blob/ec8cecb5757850d2e1d03062bdca68fd95338677/customtkinter/font_manager.py