Ross ROSS = Recommend OSS · open-source software intelligence for agents

asweigart/pyperclip

Python module for cross-platform clipboard functions. observed · 2026-08-28

github.com/asweigart/pyperclip · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

52/100

  • Activity 44
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5559
  • days_rel: n/a
  • days_push: 341
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1843 stars · 221 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Pyperclip is a cross-platform Python library for copying and pasting plaintext to and from the system clipboard. It works on Windows, macOS, and Linux, using native OS tools like pbcopy/pbpaste and xclip/xsel where needed.

Use cases

  • copy text to the clipboard from a python script
  • paste clipboard contents into a python program
  • automate copy-paste workflows across windows mac and linux
  • build a clipboard manager in python
  • share text between applications programmatically

When to choose

  • you need simple plaintext clipboard access in Python across platforms
  • you want a lightweight dependency-free solution on Windows
  • you are automating scripts that interact with the clipboard

When to avoid

  • you need to copy images, files, or rich text formats
  • you need clipboard access from a non-Python language
  • you need clipboard history or monitoring features

Facets

library · maturity stable

developer-tools workflow-automation developer-tools cross-platform windows python cross-platform clipboard copy-paste plaintext automation macos linux

3 sources

Member repositories

RepositoryRoleHealth v2
asweigart/pyperclipmain52

For agents

markdown · JSON · MCP: product_card(name="asweigart/pyperclip")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem