A simple python clipboard manager without dependencies
Project description
🧠 clipin
clipin is a pure-Python, cross-platform clipboard utility that supports multiple clipboard formats—text, HTML, and images (where supported)—without third-party dependencies.
✅ Features
- ✅ Cross-platform: Windows, macOS, Linux
- 🧩 Supports formats:
text/plaintext/htmlimage/png(partial support)
- ❌ No third-party Python packages
🚀 Installation
pip install clipin
📦 Usage
from clipin import Clipboard
cb = Clipboard()
cb.copy("Hello, World!")
print(cb.paste()) # Outputs: Hello, World!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clipin-0.1.0.tar.gz
(11.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
clipin-0.1.0-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file clipin-0.1.0.tar.gz.
File metadata
- Download URL: clipin-0.1.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2ecf93ccfe9d9d333a6f78c3a7b959f96c60407f50bcb43f69dfca24e5cca1f
|
|
| MD5 |
dff5c2c89f38843adc04168434904e5b
|
|
| BLAKE2b-256 |
22bccbd266680304dc4493a946ec1e8035a257cd79ac606181174008113e7b6b
|
File details
Details for the file clipin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: clipin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ccb2805931c13ac79244200df4d717f4a5c710a26eb90245ceb96628735182e
|
|
| MD5 |
618bc3ca73fb070a5ee28df413ba456a
|
|
| BLAKE2b-256 |
53596acc6642535a65b41ae085faf295417302e011895292da0e2f6a28e20984
|