Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3.
Project description
Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3.
Al Sweigart al@inventwithpython.com
BSD License
Example Usage
=============
>>> import pyperclip
>>> pyperclip.copy('The text to be copied to the clipboard.')
>>> pyperclip.paste()
'The text to be copied to the clipboard.'
Currently only handles plaintext.
On Windows, no additional modules are needed.
On Mac, this module makes use of the pbcopy and pbpaste commands, which should come with the os.
On 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"
Otherwise on Linux, you will need the gtk or PyQt4 modules installed.
Al Sweigart al@inventwithpython.com
BSD License
Example Usage
=============
>>> import pyperclip
>>> pyperclip.copy('The text to be copied to the clipboard.')
>>> pyperclip.paste()
'The text to be copied to the clipboard.'
Currently only handles plaintext.
On Windows, no additional modules are needed.
On Mac, this module makes use of the pbcopy and pbpaste commands, which should come with the os.
On 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"
Otherwise on Linux, you will need the gtk or PyQt4 modules installed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyperclip-1.5.1.zip
(13.5 kB
view details)
File details
Details for the file pyperclip-1.5.1.zip
.
File metadata
- Download URL: pyperclip-1.5.1.zip
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65afb3234a4889687e5583b3ea948d707f0897215f7491522d189eb300a8fc65 |
|
MD5 | dafed5c1a6bae81e47d89de65ae2ba01 |
|
BLAKE2b-256 | 17bd43d25fb8e037215a41c4d87b0552f38236db8f9472c188da46671d8a3580 |