clipboard
A cross platform clipboard operation library of Python. Works for Windows, Mac and Linux.
What it is and what it does
clipboard is a minimal wrapper around system clipboard operations for Python. It exposes two functions—copy() to write text to the clipboard and paste() to read it back—and claims to work across Windows, macOS, and Linux. The package has no runtime dependencies and is intentionally simple.
The author acknowledged in the original description that pyperclip already provided similar functionality but chose to publish clipboard anyway as a simpler alternative. However, the package has been abandoned since its single release in May 2014, with no updates to support modern Python versions or address any issues that may have arisen in the intervening years.
Use it for:
- Automating copy-paste workflows in command-line tools or scripts that need to interact with the system clipboard.
- Building desktop automation or testing utilities that verify or manipulate clipboard contents.
- Integrating clipboard operations into cross-platform Python applications with minimal dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a simple interface to copy text to and paste text from the system clipboard on Windows, Mac, and Linux.
No. The package is abandoned (last release 2014, no maintenance since), supports only obsolete Python versions (2.7, 3.2, 3.3), and offers no advantages over actively maintained alternatives like pyperclip. High install friction and lack of any security or compatibility updates make it unsuitable for new projects.
Install
clipboard on PyPI
pip
pip install clipboarduv
uv add clipboardpoetry
poetry add clipboardInstalling clipboard
Before you install
High install friction from a source distribution with no compiled dependencies listed. The package is abandoned—last release was 2014-05-22 and last commit 2023-08-15—so no maintenance or security updates should be expected.
License in practice
MIT license is permissive, allowing commercial and private use with minimal restrictions.
Quickstart
import clipboard
clipboard.copy("abc")
text = clipboard.paste()
Requires system clipboard support; behavior on headless or restricted environments is unverified.
Verify before relying
- Whether the package works reliably on modern Python versions (classifiers list only 2.7, 3.2, 3.3).
- Whether clipboard operations work in headless or sandboxed environments.
- Compatibility with current versions of Windows, macOS, and Linux desktop environments.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 4,467 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 513,162/month — #6,251 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: clipboard-0.0.4.tar.gz
Tags
More Quality Assurance packages
Coverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
ruffRuff is a Python linter and code formatter…
permissive · top 1,000 on PyPI
pexpectPexpect spawns and controls interactive console…
permissive · top 1,000 on PyPI
blackBlack reformats Python source code to a…
permissive · top 1,000 on PyPI
pytest-xdistpytest-xdist distributes pytest tests across…
permissive · top 1,000 on PyPI
cfn-lintValidates AWS CloudFormation templates in YAML…
permissive · top 1,000 on PyPI
pyperclipPyperclip provides simple cross-platform access…
permissive · top 1,000 on PyPI
universal-startfileProvides a cross-platform wrapper around…
permissive · top 15,000 on PyPI
types-pyperclipProvides type annotations for the pyperclip…
permissive · top 15,000 on PyPI
Send2TrashSends files and directories to the platform's…
permissive · top 1,000 on PyPI
whichcraftProvides a cross-platform, cross-Python…
permissive · top 15,000 on PyPI
pyreadlineProvides GNU readline-like line editing and…
permissive · top 15,000 on PyPI
ds-storeRead and modify macOS Finder .DS_Store files…
permissive · top 15,000 on PyPI
playsoundPlays audio files (MP3, WAV) and URLs from…
permissive · top 15,000 on PyPI
PyAutoGUIPyAutoGUI programmatically controls the mouse…
permissive · top 5,000 on PyPI
readlineProvides GNU readline library support for…
copyleft · top 15,000 on PyPI