Zeusek
Results
1
comments of
Zeusek
@NewbieXvwu You don't really need pywin32. You need [pystray](https://pystray.readthedocs.io/en/latest/)... and some [threading](https://docs.python.org/3/library/threading.html)🤔 ```console pip install pystray ``` Here is simple solution, you might try limit amount of threads running on...