CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
Hi, im trying to create a date selector using CTk, but I can't find at the documentation how to use it.
CtkScrollableFrame doesn't work in themes.
I'm trying to make an labelframe with ctk like an week now and didn't found any tutorials. is there a way that I can use it? thanks!
  There are a lot of strange white patterns on the edges of the widget, this one is more noticeable in dark mode, and I don't quite understand why...
If I add text to a CtkButton via configure and remove it again through setting an empty string the centering ist wrong If added some small code below. As you...
Now we can use custom fonts for MacOS as well in our program by writing them as shown in the example below: ```python FontManager.load_font("/path/to/font/file") # (.ttf, .otf, etc.) ```
Try to puck the .exe file with PyInstaller. And get the error _ModuleNotFoundError: No module named 'tinter.filedialog'_ when try to execute app. I associate extra library reference before export. How...
Dear All, **Issue:** The progress bar freezes when the user tries to move the window while the progress is being updated. Although the progress continues in the background (e.g., printed...
The width of the label inside any CTkOptionMenu and the entry inside any CTkComboBox is greater than what it should be. I investigated the source code and I think the...
While I was testing and experimenting this project source code, I found out that requirements.txt is outdated, 'darkdetect~=0.3.1' isn't suitable to this project anymore. This pull request is for updating...