python pyperclip模块的使用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python pyperclip模块的使用相关的知识,希望对你有一定的参考价值。
用途:
复制,粘贴
用法:
>>> import pyperclip
>>> pyperclip.copy(‘Hello world!‘)
>>> pyperclip.paste()
‘Hello world!‘
官方文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html
以上是关于python pyperclip模块的使用的主要内容,如果未能解决你的问题,请参考以下文章
[Python] 安装pyperclip报错: No matching distribution found for pyperclip