-
Tyring to create a side bar using customtkinter
when it is expanded i want it to overlap the label
Sample code:
```
import customtkinter as CTK
class Dashboard(CTK.CTk):
def __init__(s…
-
Hello.
I'm using CTkMessagebox to show that user entered wrong format of date. Everything works fine until I close the CTkMessagebox with warning (by button and also the X on left top corner). After…
-
**Description:**
I'm encountering a problem when using ttkbootstrap toast notifications in my CustomTkinter application. The toast notifications work as expected, but they inadvertently modify the ov…
-
Does customtkinter have a function similar to the one available with tkinter, `filedialog.askdirectory()`, to select a folder? Because the design of the tkinter one doesn't match customtkinter at all.
-
Hello,
when writing the exact same code in Tkinter I get a correctly autosized window, while in CustomTkinter the window is way too big
Tkinter
![python_3BWCIZkz7N](https://user-images.githubus…
-
(Text) function not support in CTK
but when i coding the Text in tkinter it working But in customtkinter not working
and custom like (relief) and (wrap) not supprting too
(**please i need you…
-
I've gone through the documentation on the website (https://customtkinter.tomschimansky.com/documentation/ and specifically https://customtkinter.tomschimansky.com/documentation/widgets/button) and I …
-
Using Tkinter to build a interface whuc is simple to use and also versatile to use on any operating system
-
customtkinter.set_default_color_theme("path/to/your/custom_theme.json") flat out doesn't work (or I'm naive). Whether i use my custome json theme or the dark-blue one given. The GUI turns out blank.
…
-
Hi, @neelshah2409
I would like to propose an enhancement to the QR code Bot by adding a user interface window using the tkinter and customtkinter libraries. This addition would provide a graphical…