-
I wrote a simple app with pyautogui and flask as follow. When I request `http://{ip}/`, the "windows" key should be pressed(so the windows start menu should appear).
```python
import pyautogui
fro…
-
-
Please help!
E:\Teams Bot\New Bot\MS-Teams-Automation-master>python script.py
Traceback (most recent call last):
File "script.py", line 2, in
import pyautogui
ImportError: No module name…
-
Don't forget to also pip install mss
-
I am doing an automator to open my League of Legends and already put my login and password, until then everything working. I wanted to know how do I use LocateOnScreen to click only when it appears to…
-
## Description
The code work up to the point in which the text is presented in the whatsapp message field but the message is not sent
## To Reproduce
Using the command it copies the message, bu…
-
## Windows
- [x] CI Build
- [x] Basic functionality tested
- [x] Fido2 login
- [x] Autotype (using pyautogui)
- [ ] Authorization (Windows Hello - Missing Golang Binding, probably easiest with ht…
-
when I input the last code for setup i get this,
$ python EDAPGui.py
Traceback (most recent call last):
File "C:\Users\Tyler\EDAPGui\EDAPGui.py", line 4, in
import kthread
ModuleNotFound…
-
The following `test.py` script:
```py
import pyautogui
pyautogui.write('echo hello world')
pyautogui.press('enter')
```
leads to the following output using QWERTY:
but when using Dv…
-
I make small program to make some movement and clicks using **pyautogui**
```python
while True:
pyautogui.click()
time.sleep(1)
pyautogui.moveTo(300, 500)
pyautogui.click()
ti…