跨平台的Python剪贴板模块 Xerox

码农软件 · 软件分类 · 其他开发相关 · 2019-10-27 17:29:36

软件介绍

Xerox 是一个 Python 用来实现剪贴板复制和粘贴的模块,使用非常简单,支持包括 Windows、Linux 和 Mac 系统。

示例代码:

>>> xerox.copy(u'some string')
>>> xerox.paste()
u'some string'

本文地址:https://www.codercto.com/soft/d/17690.html

API Design for C++

API Design for C++

Martin Reddy / Morgan Kaufmann / 2011-2-18 / USD 59.95

The design of application programming interfaces can affect the behavior, capabilities, stability, and ease of use of end-user applications. With this book, you will learn how to design a good API for......一起来看看 《API Design for C++》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具