I am trying to automate some GUI actions using the Python library pyautogui.
Doing the simple command of:
pyautogui.typewrite("a1b2c3")
Is resulting in 123
being written.
Any ideas?
I am trying to automate some GUI actions using the Python library pyautogui.
Doing the simple command of:
pyautogui.typewrite("a1b2c3")
Is resulting in 123
being written.
Any ideas?