slackbuilds/python/pyperclip
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README python/pyperclip: Added (Python copy and paste clipboard functions). 2015-12-05 01:05:39 +07:00
pyperclip-1.5-doc.pdf python/pyperclip: Added (Python copy and paste clipboard functions). 2015-12-05 01:05:39 +07:00
pyperclip.SlackBuild python/pyperclip: Updated for version 1.5.25. 2015-12-19 07:22:55 +07:00
pyperclip.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/pyperclip: Added (Python copy and paste clipboard functions). 2015-12-05 01:05:39 +07:00

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