Как писать слова на любые другие приложения в Python

import pyautogui
print(pyautogui.press('I'))
Programmer of empires