python pyperclip模块的使用

用途:

复制,粘贴

用法:

>>> import pyperclip
>>> pyperclip.copy('Hello world!')
>>> pyperclip.paste()
'Hello world!'

官方文档地址:http://pyperclip.readthedocs.io/en/latest/introduction.html
posted @ 2016-10-08 16:45  AlexShuai  阅读(8225)  评论(0编辑  收藏  举报