-
Here is an image of how the combo boxes are glitched:
![image](https://user-images.githubusercontent.com/110306708/213936634-47ab5011-7a70-4335-9a93-0ba2da2e6d68.png)
I have used pretty average co…
-
### What happened?
The font size for OneTrainer is much too small for easy reading on my 28" 4K monitor. The way I see it, it looks like the letters are about 2mm high. I'm running Kubuntu 24.04 Li…
-
import customtkinter
button = customtkinter.CTkButton(root, text="\uf011", command=None, hover_color="#154223", border_width=1, border_color="red",font=("jetbrainsmono nf", 16, "bold"))
button.place…
-
We should adopt a GUI for better user friendliness at some point , ideally QT6 or GTK4.
-
This isnt completely a custom tkinter problem/help, but I cannot figure out a way to Assign specific values to each of the many checkboxes I have created
- Python -- 3.12
- CustomTkinter
```
…
-
i'm ok in garuda linux but with arcolinux nothing
when i launch manually with python thepath/archmain.py i've got this...
Traceback (most recent call last):
File "/mypath/archmain/archmain.py",…
-
import customtkinter
app = customtkinter.CTk()
customtkinter.FontManager.load_font("B Traffic Bold_0.ttf") # Import the .ttf file by this method
label = customtkinter.CTkLabel(app, text="سلا…
-
Using 'sweethand' theme can't be found!
customtkinter: `5.2.0`
OS: `Windows 11`
**Steps To Reproduce**
1. Run the below code in a python file.
**Observed Results**
- The window fails to sh…
-
I am developing a calculator application that uses the grid() geometry manager. I noticed the CTkCanvas widget does not scale like other widgets when declaring the canvas's width/height. Moreover, I a…
-
Hi!
I have an issue after a new install of Pandrator. I have used .DOCX files as source without issues. Then, after Conda server stopped working, I reinstalled Pandrator and suddenly I can no longe…