-
### Discussed in https://github.com/TomSchimansky/CustomTkinter/discussions/636
Originally posted by **adambelbrik** November 18, 2022
i need help, just installing the library using pip but am…
-
Hi,
Right-to-left texts are not displayed correctly in the label widget, but they work correctly in tkinter. I'll provide the codes for you.
Customtkinter:
self.label = customtkinter…
-
I've been struggling trying to get CustomTkinter behaving in the same way as `%gui tk`. The issue is that when you try to instantiate the root window, even if you have the `%gui tk` activated, it doe…
-
When settings and database window are opened at the same time the same theme is applied to both windows. Update code to prevent this from happening.
-
I tried to build a binary extension and I got the following error:
```
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "...\Scripts\merak.exe\__main__.py", li…
-
First of all, I'm using the latest version of CustomTkinter.
So, I was developing a registration page using CustomTkinter. I wanted to make my CTk elements (CTkEntry, CTkButton) rounded at the ends…
-
I had some issues installing Yami that prevented me from immediately using it when installing via ```pip install```.
- The first was:
```
$ yami
Traceback (most recent call last):
File "/home…
-
Hi, how can I set justify='right' in CTkTextbox?
-
# File Sorter
## How It Works
- It works with the simple principle of organizing files in a given folder with it's filetypes.
- The `fileExtensions.py` consists a map with each file type to a cer…
-
Yesterday was working just fine and today for some reason ive been getting this error message 'NoneType' object has no attribute 'span'
python -v : 3.12.3
pytube -v : 15.0.0
heres the whole code …