- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://github.com/kennethreitz/xerox
软件介绍
Xerox 是一个 Python 用来实现剪贴板复制和粘贴的模块,使用非常简单,支持包括 Windows、Linux 和 Mac 系统。
示例代码:
>>> xerox.copy(u'some string')
>>> xerox.paste()
u'some string'
Xerox 是一个 Python 用来实现剪贴板复制和粘贴的模块,使用非常简单,支持包括 Windows、Linux 和 Mac 系统。
示例代码:
>>> xerox.copy(u'some string')
>>> xerox.paste()
u'some string'