summaryrefslogtreecommitdiff
path: root/python/pyperclip/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyperclip/README')
-rw-r--r--python/pyperclip/README11
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