-
I realise PyDirectInput is nice, but it makes it difficult to make it multiplatform. Is it possible to look at an alternative? pyautogui and some if statements to deal with Windows (and then use pydir…
-
Traceback (most recent call last):
File "C:\Users\admin\Desktop\ApexFarmingBot-main\good.py", line 319, in
main()
File "C:\Users\admin\Desktop\ApexFarmingBot-main\good.py", line 229, in ma…
-
hey so
im trying to work this for animal jam classic using the keybind set you provided a while back i have pyautogui and python installed, but im not sure how to apply the code provided, i made a pa…
-
pyautogui kutubxonasi mavjud emas
-
I am facing a problem that started with Mac OS 13.2.1 and was not happening on Mac OS 12.6.3 which that the call to `pyautogui.screenshot()` is not taking a screen shot.
script to reproduce the pr…
-
it will automate screenshot current resolution directly and doesn't care your region parameter
-
When upgrading numpy to a version >= 2,
pyautogui crashes with the following warning and error:
![grafik](https://github.com/user-attachments/assets/accc8c2d-fe22-4f2b-99e6-6cd70e63b204)
fyi: I m…
-
```verify_element` = body.shadow_root.ele('.cb-lb', timeout=15)
screen_x, screen_y = verify_element.rect.screen_location```
为什么同样的代码,在不同的电脑上运行结果不一样。URL都是同一个
主机分辨率都是1920,1080。还有什么其他的因素会造成影响嘛?
定位的是c…
-
[EN]
I'm having trouble with mouse-related functions. Even passing the parameters related to mouse movement time, the mouse on my screen does not move.
Are there any settings I can change to resolve…
-
Hi,
I have a Python script which consists of 5 functions. If I run functions separately everything works smoothly. But if I run it in one main.py file a few of those mouse clicks miss Y coordinate…