-
I have tried to install this package using `pip install customtkinter`, but then I get this error:
```
error: externally-managed-environment
× This environment is externally managed
╰─> To ins…
-
Hi, I am experimenting with Miniconda, have created an environment called "myenv", could install Pandas, but not CustomTkinter,
Here is where I try to install it after having included conda-forge c…
-
I'm trying to run this simple example code to render a button. When I run the program, I see GUI like this
Could someone shed light on what is causing this issue?
**System Information**
NAME…
-
Hi @Akascape,
Here is a short example using `CTkScrollableDropdown`
```
from CTkScrollableDropdown import *
import customtkinter
root = customtkinter.CTk()
customtkinter.CTkLabel(root, t…
-
In the `step` method of `ctk_progessbar.py`, the `determinate_speed` attribute is being divided by 50. I may have missed it in the documentation, but I did not see a purpose for this.
```python
de…
-
**Describe the bug**
When starting a Preview (F5), it is not coming up.
**To Reproduce**
Steps to reproduce the behavior:
1. Add a "CTk" widget
2. Press "F5" >> nothing happens
3. Add a "CTk…
-
Use CustomTkinter for the GUI: https://github.com/TomSchimansky/CustomTkinter
-
I tried to set `async-tkinter-loop` for my project on `customtkinter`. I haven't added any async method yet. The project runs in VS Code while debugging, everything seems to work, but when I close the…
-
Good Day
Is it possible to add a calendar feature using customTkinter themes/style
-
https://github.com/google/project-gameface/blob/8faf5cfbf7127b9f9995c49cec1064e338624c58/src/gui/frames/frame_cam_preview.py#L68
Returns this error when I follow the Python app setup instructions.
…