library pyautogui python. pyautogui.typewrite ('Hello world!') - introduces in English. pyautogui.typewrite ('Hello world!') - does not enter in Russian. How to make input in Russian?

    1 answer 1

    typewrite() is a simulation of keystrokes. The library knows only the keys in English. Documentation Accordingly, the output is: write a function that translates the string in Russian into the English keyboard layout and returns the result as typewrite() . Next, make sure that the systemic Russian language is in the field where the presses are displayed.