Sorrow
Sorrow
Okay, Thank you for the answer and the examples. I understand what is at stake. Would it be possible to add the possibility of putting our identifiers for certain services?...
Hello, I have the same problem. I automate tasks in a canvas with opencv, and I noticed with the screenshot that the content was not displayed. I tried with Firefox...
Hi, I managed to launch the program under Linux by modifying the lines that refer to the icon. First of all, I converted the icon to GIF. ``` # handle...
Thanks for your answer, I think the icon didn't show up because I'm running it under WSL2. The browser doesn't seem to be compatible, and as I wanted a docker...
I forgot to mention that I had to do without an import to run the program. ```bash ❯ python main.py Traceback (most recent call last): File "main.py", line 41, in...
> > _tkinter.TclError: bitmap "/home/sorrow/TwitchDropsMiner/pickaxe.ico" not defined > > Pretty sure that one is from one of the icon changes you made. I just pushed out the icon change of...
Hi @DevilXD , This is command i have typed to execute on WSL2 ```bash pip install --user virtualenv git pull virtualenv -p python3 venv source venv/bin/activate pip install -r requirements.txt...