solution by pyperclip

 

 

import pyautogui

import pyperclip

 

pyperclip.copy("한글")

pyautogui.hotkey("ctrl", "v")

+ Recent posts