clipboard 0.0.4
pip install clipboard
Latest version
Released:
A cross platform clipboard operation library of Python. Works for Windows, Mac and Linux.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Freeware (MIT)
- Author: Terry Yin
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
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
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Freeware (MIT)
- Author: Terry Yin
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 |