-
Getting this error right after it flashes the ESP but it's impossible to tell if it is still doing something (it hasn't existed...) so I'll leave it for awhile...
```
Hard resetting via RTS pin...…
-
Using Tkinter to build a interface whuc is simple to use and also versatile to use on any operating system
-
It seems that, at least in some platforms, tkinter does not take PNG images. The last time I had to use an image file in tkinter, i had to convert it to GIF first.
```
$ python3 /Users/victor/Down…
-
Is there some way you can apply JIT on GUI applications using llvmlite? Suppose I had this GUI code (using tkinter):
```python
from tkinter import *
window = Tk()
window.title("My app")
lbl…
-
- Create a menu system (not UI) a GUI using Tkinter
https://docs.python.org/3/library/tkinter.html
- Create a mock https://miro.com/app/board/uXjVOtGL9Sw=/
- Might need to reduce the amou…
-
-
When I go to `Project -> Add File` and add a file from the same directory where I launched the `mathinspector` (pip installed), I am getting:
```
Exception in Tkinter callback
Traceback (most re…
-
Hello everyone, I'm developing a Tkinter app to help me with some image processing. My objective is to take a photo from the picamera v3 module and store it for further analysis. the problem is that t…
-
I use customtkinter.CTkLabel as the percentage display next to the ProgressBar
But when refresh with app.after(2000,aa) function
It will be found that there is a high probability that the number dis…
-
```
What steps will reproduce the problem?
1. Launch gasi
2. Run the following command in the execute window:
gas update_signature user_name= signature=
where signature has an image URI.
What is the…