You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brenton Earl da17dbffb6
python/pyperclip: Switch to i586.
9 years ago
..
README python/pyperclip: Added (Python copy and paste clipboard functions). 10 years ago
pyperclip-1.5-doc.pdf python/pyperclip: Added (Python copy and paste clipboard functions). 10 years ago
pyperclip.SlackBuild python/pyperclip: Switch to i586. 9 years ago
pyperclip.info python/pyperclip: Updated for version 1.5.27. 9 years ago
slack-desc python/pyperclip: Added (Python copy and paste clipboard functions). 10 years ago

README

Pyperclip is a cross-platform Python module for copy and paste clipboard
functions. It works with Python 2 and 3. It currently only handles
plaintext.

Example Usage:

>>> import pyperclip
>>> pyperclip.copy('The text to be copied to the clipboard.')
>>> pyperclip.paste()
'The text to be copied to the clipboard.'

PDF documentation included in /usr/doc/pyperclip-$VERSION

Optional Dependencies:
- xclip
- xsel