CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
Fix typo bug causing app slowdown on multiple refreshes by preventing redundant object creation.
I was wondering if there's a way of showing a live video in customtkinter, I know there is "tkvideoplayer" but that's only for normal video. In ChatGPT it said to...
MAJOR CHANGES - revamped the coords method in CTkCanvas by adding return statements to avoid the event when it does not return any value.
There is no need to use self.alter when uploading an icon to toplevel, and it can be deleted.
I have a large list where I store all my fonts path (which I got from using winreg), but the problem is that customtkinter can't support these fonts. Even if...
Hi, I have a CTkTable in a CTkScrollableFrame which is in a CTkTabview but I meet several issues. Here is a simpler version of my code, with all the problems,...
Hi! I’d like to ask if this issue is related to CustomTkinter or if my hardware device is struggling to handle simultaneous widget redraws. I’m using a tksheet table, and...
Description: Hello, I am encountering an issue with the desktop application where it fails to download icons from Google Fonts as expected. Despite following all the steps provided in the...
I am writing a programme that will rely on place, but the problem is when I put in a scrollable frame, the text won't show up. config_choose_scrollable_frame = customtkinter.CTkScrollableFrame(ui_frame, corner_radius=0,...
the postcommand parameter of the combobox in tkinter allows with a function to update the values of the combobox when they have been modified for example in a toplevel secondary...