python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Packages Pynput and Pyautogui not working
I'm trying to automate some stuff on my Mac OS Big Sur 11.5.2 . I used to do it on my old computer that was running High Sierra. Now both the packages pyautogui and pynput can run but they never execu...
Sebastien Dupont
Votes: 0
Answers: 0
Why am I getting a command error installing pyautogui with pip3 (macos)?
I tried installing the pyautogui:
pip3 install pyautogui
I get this error code:
picture of error code
It runs for every pyautogui version, trying to find one that satisfies the requirements.
I have p...
ThePoopyInMyBooty124 Dicuinsid
Votes: 0
Answers: 1
Telling Pyautogui to press a key for X seconds
I just started with python that's why I don't really know how to make certain things :)
I wanted to code that my character in a game moves from one spot to another other but the bot will do it forever...
MeinPingwar1
Votes: 0
Answers: 3
Is there a way for pyautogui to work without taking over mouse/keyboard control?
I was able to write a simple game bot using pyautogui.click, pyautogui.locateonscreen, and a bunch of if/while statements.
The bot works fine, however, is there a way for the bot to work without takin...
Mark
Votes: 0
Answers: 1