A zero-dependency cross-platform clipboard utility for Python.
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.2.0.tar.gz
(8.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
File details
Details for the file clipin-0.2.0.tar.gz.
File metadata
- Download URL: clipin-0.2.0.tar.gz
- Upload date:
- Size: 8.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 |
74a623898a8803d3e6ed277c519e3b033fb867bf2eae7885bfae63fc764d336c
|
|
| MD5 |
a182db1f3cc6297186764d9df5791c8c
|
|
| BLAKE2b-256 |
2f1fb578fa5c6630caa47866179af5ed8e295ccc615496a47dc966815a4fbc13
|
File details
Details for the file clipin-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: clipin-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17e35e04589e8b0493b0a6451247502951e6adc40e3571975e1d588105d0e82f
|
|
| MD5 |
2ec95ee3005c423b0af397eb5a562a6f
|
|
| BLAKE2b-256 |
bafe501c0393afac10d4d99883034bf4b6769d86da172463411d341b2f580042
|