CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
Being able to easily move widgets around, especially with a snap, would be pretty useful in programs to enable diagram creation or something similar.
How i can use choose folder option, like filedialog.askdirectory() in tk?
This is a progress bar that can show a percentage But it seems that after running for a while, the numbers will go to the upper left corner of the...
hello i try to make a simpel app for watermark photo when i try to make a image on canvas i get blank canvas with the code blow: ``` import...
On last version it works, but yesterday I updated to new version and textbox not working
Fix typos discovered by https://pypi.org/project/codespell
Destroy CTKFrame that is created during .add() when .delete() is called. Added option to select default behaviour when deleting a tab. Default is select first tab, delete_tab_in_sequence= True will select...
Hi, I'm making my application with multiple windows. When the user clicks on the "log in" button, the window closes via self.destroy(), and another window opens, while writing this in...
Hi, I'm coming across a bug when using CustomTkinter on my Thinkpad (3840x2400 @ 14" - Kind of require scaling) Using the scaling built into Gnome (Settings > Displays >...
invalid command name "1806550247616update" while executing "1806550247616update" ("after" script) invalid command name "1806550247232check_dpi_scaling" while executing "1806550247232check_dpi_scaling" ("after" script) self.win = customtkinter.CTk() When generating a new window immediately after closing the...