{"id":13448259,"url":"https://github.com/asweigart/pyperclip","last_synced_at":"2025-05-13T19:15:23.105Z","repository":{"id":39636708,"uuid":"1897743","full_name":"asweigart/pyperclip","owner":"asweigart","description":"Python module for cross-platform clipboard functions.","archived":false,"fork":false,"pushed_at":"2024-06-19T10:52:03.000Z","size":242,"stargazers_count":1741,"open_issues_count":124,"forks_count":201,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-04-27T20:02:03.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/pyperclip","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asweigart.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-06-15T01:12:04.000Z","updated_at":"2025-04-27T13:39:50.000Z","dependencies_parsed_at":"2024-06-21T14:19:13.537Z","dependency_job_id":null,"html_url":"https://github.com/asweigart/pyperclip","commit_stats":{"total_commits":159,"total_committers":34,"mean_commits":4.676470588235294,"dds":"0.44025157232704404","last_synced_commit":"781603ea491eefce3b58f4f203bf748dbf9ff003"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asweigart%2Fpyperclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asweigart%2Fpyperclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asweigart%2Fpyperclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asweigart%2Fpyperclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asweigart","download_url":"https://codeload.github.com/asweigart/pyperclip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010821,"owners_count":21999002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T05:01:40.293Z","updated_at":"2025-05-13T19:15:23.087Z","avatar_url":"https://github.com/asweigart.png","language":"Python","funding_links":["https://www.patreon.com/AlSweigart"],"categories":["Python","RPA(Robotic Process Automation)"],"sub_categories":[],"readme":"Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3.\n\nInstall on Windows: `pip install pyperclip`\n\nInstall on Linux/macOS: `pip3 install pyperclip`\n\nAl Sweigart al@inventwithpython.com\nBSD License\n\nExample Usage\n=============\n\n    \u003e\u003e\u003e import pyperclip\n    \u003e\u003e\u003e pyperclip.copy('The text to be copied to the clipboard.')\n    \u003e\u003e\u003e pyperclip.paste()\n    'The text to be copied to the clipboard.'\n\n\nCurrently only handles plaintext.\n\nOn Windows, no additional modules are needed.\n\nOn Mac, this module makes use of the pbcopy and pbpaste commands, which should come with the os.\n\nOn Linux, this module makes use of the xclip or xsel commands, which should come with the os. Otherwise run \"sudo apt-get install xclip\" or \"sudo apt-get install xsel\" (Note: xsel does not always seem to work.)\n\nOtherwise on Linux, you will need the qtpy or PyQT5 modules installed.\n\nSupport\n-------\n\nIf you find this project helpful and would like to support its development, [consider donating to its creator on Patreon](https://www.patreon.com/AlSweigart).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasweigart%2Fpyperclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasweigart%2Fpyperclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasweigart%2Fpyperclip/lists"}