diff options
author | Brenton Earl <brent@exitstatusone.com> | 2018-03-19 20:55:07 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-19 20:55:07 +0000 |
commit | 2342bc51e1239b717a9e9bc899d68f0b451e82a7 (patch) | |
tree | 5e5275aef031e739a35f573083de8f5d2a1c89fc /python/pyperclip/README | |
parent | d86134cae1ae77d575dc75f0141aa17f3b3b8420 (diff) | |
download | slackbuilds-2342bc51e1239b717a9e9bc899d68f0b451e82a7.tar.gz |
python/pyperclip: Updated for version 1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyperclip/README')
-rw-r--r-- | python/pyperclip/README | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/python/pyperclip/README b/python/pyperclip/README index f24b18ae6a..18b74d81c6 100644 --- a/python/pyperclip/README +++ b/python/pyperclip/README @@ -1,15 +1,8 @@ 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. +plain text. -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 +For example usage see /usr/doc/pyperclip-$VERSION/README.md Optional Dependencies: - xclip |