Jo

Results 3 issues of Jo

Auto label vendors while botty is running. The only downside is, that in case multiple vendors are visible, only one will be labeled. Will have to see how to handle...

work in progress

When I `release()` in a thread and then `press()` again in another `is_pressed()` will always return False. Here is some code example: ```python import mouse import time import threading def...