반응형
solution by pyperclip
import pyautogui
import pyperclip
pyperclip.copy("한글")
pyautogui.hotkey("ctrl", "v")
반응형
'python' 카테고리의 다른 글
| [python] virtual environment list on Anaconda prompt (0) | 2019.09.08 |
|---|---|
| [python] Removing \xa0 from string (0) | 2019.08.27 |
| [python] crawling method by partial ids (0) | 2019.08.15 |
| [python] for using cv2 (0) | 2019.08.12 |
| [python] ModuleNotFoundError: No module named 'pip' (0) | 2019.08.11 |