Alexandr Sarandi
Alexandr Sarandi
ahh, i have not tried running this on windows - you might need to experiment by yourself, as per the error message try adding `pyautogui.FAILSAFE = False` after the import...
regarding `-x was unexpected at this time.` look at `scrcpy()` function on line #142: https://github.com/asarandi/wordscapes-bot/blob/main/script.py#L142 it's trying to use `pgrep` `adb` and `scrcpy` .. plus there is a unixy `if/then/else/fi`...
> > it's trying to use `pgrep` > > To my knowledge, pgrep is not avaliable on Windows, how do I work around this? found this post on stackoverflow: https://stackoverflow.com/questions/10153087/equivalent-of-ps-a-grep-c-process-in-windows...
hi, as i mentioned here https://github.com/asarandi/wordscapes-bot/issues/15#issuecomment-1207153327 i recommend you open the screenshot in an image viewer/editor and figure out the Y,X positions of things then use the new values that...
i suggest you look at this comment: https://github.com/asarandi/wordscapes-bot/issues/15#issuecomment-1207156006 regarding `forbid_three_circle` - this a tuple of 4 coordinates (x0, x1, y0, y1) where x is distance from left margin and y...
hi, i haven't seen that before, like i mentioned here: https://github.com/asarandi/wordscapes-bot/issues/15#issuecomment-1207160824 - script might not work with most recent versions bot probably tries to click it but the position of...