Xerox 是一个 Python 用来实现剪贴板复制和粘贴的模块,使用非常简单,支持包括 Windows、Linux 和 Mac 系统。
示例代码:
xerox.copy(u’some string’) xerox.paste() u’some string’