반응형
pyperclip 1.8.2
>> pip install pyperclip
A cross-platform clipboard module for Python. (Only handles plain text for now.)
https://pypi.org/project/pyperclip/
>>> import pyperclip
>>> pyperclip.copy('The text to be copied to the clipboard.')
>>> pyperclip.paste()
'The text to be copied to the clipboard.'
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[python] algorithm, 알고리즘 (0) | 2023.09.20 |
---|---|
[python] GUI 비밀번호 자동 생성기 (0) | 2023.09.18 |
[Python] kivy (0) | 2023.09.15 |
[python] PDF to png, import fitz , PyMuPDF (0) | 2023.09.15 |
[python] PyMuPDF로 코딩 없이 PDF에서 이미지 추출 (0) | 2023.09.14 |