-
ModuleNotFoundError: No module named 'customtkinter'
-
1. fresh clone of repo (on mac)
2. pip3 install -r requirements.txt
```
➜ git cd ecoute
➜ ecoute git:(main) pip3 install -r requirements.txt
Looking in indexes: https://pypi.org/simple, ht…
-
import customtkinter
root = customtkinter.CTk()
root.wm_state('zoomed')
root.mainloop()
#The wm_state method is not working. When I run the code the window pops up in the screen in a zoomed wa…
-
![module not found](https://github.com/astrochart/CHART/assets/170382461/45caee42-2b5b-479c-9a6b-43adff31ae1a)
![pip install](https://github.com/astrochart/CHART/assets/170382461/5de1d302-56a3-46da-9…
-
We should adopt a GUI for better user friendliness at some point , ideally QT6 or GTK4.
-
Hello
After using customtkinter i have very strange problems with tkinter ending up in black screen on Mac M1. I tried to reproduce the problem it does not seem to be a problem with M1 since it wor…
-
While attempting a simple button in customtkinter, a button does not appear but can be detected when it is pressed. Everything is up to date. Running via vscode on SamonaOS
`import customtkinter
…
-
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…
-
# Nyx Text Bug Report
## Description
Similar to https://github.com/parazeeknova/nyxtext/issues/14 but with errors.
Attempting to open a file from the GUI results in errors:
1. window appea…
-
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…