settings that are to be changed to use pyautogui module code example
Example 1: pyautogui install
pip3 install pyautogui
Example 2: pyautogui ctrl c
>>> pyautogui.hotkey('ctrl', 'c') # ctrl-c to copy
>>> pyautogui.hotkey('ctrl', 'v') # ctrl-v to paste