其他分享
首页 > 其他分享> > pyperclip

pyperclip

作者:互联网

用途:

复制,粘贴

用法:

>>> import pyperclip
>>> pyperclip.copy('Hello world!')
>>> pyperclip.paste()
'Hello world!'
官方文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html

标签:en,http,readthedocs,pyperclip,world,Hello
来源: https://www.cnblogs.com/luweiweicode/p/14696243.html