# 安装xerox
pip3 install xerox
pip install xerox
# coding: utf8
import xerox
# python 写入剪切板
xerox.copy(u'some string12312313')
# python 读取剪切板
s = xerox
print(s)

# 安装xerox
pip3 install xerox
pip install xerox
# coding: utf8
import xerox
# python 写入剪切板
xerox.copy(u'some string12312313')
# python 读取剪切板
s = xerox
print(s)