A cross platform clipboard operation library of Python. Works for Windows, Mac and Linux.
Well, as I was trying to implement this, I realize that everything is included in pyperclip already: https://pypi.python.org/pypi/pyperclip/
But anyway, clipboard is a better name. You are free to choose:-) I might add more features to it.
Usage:
import clipboard
clipboard.copy("abc") # now the clipboard content will be string "abc"
text = clipboard.paste() # text will have the content of clipboard
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clipboard-0.0.4.tar.gz
(1.7 kB
view details)
File details
Details for the file clipboard-0.0.4.tar.gz.
File metadata
- Download URL: clipboard-0.0.4.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a72a78e9c9bf68da1c3f29ee022417d13ec9e3824b511559fd2b702b1dd5b817
|
|
| MD5 |
9653b546de6f0fdb81fbc9634500e432
|
|
| BLAKE2b-256 |
8a3817f3885713d0f39994563029942b1d31c93d4e56d80da505abfbfb3a3bc4
|