Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pyperclip

>>> import pyperclip
>>> pyperclip.copy('The text to be copied to the clipboard.')
>>> pyperclip.paste()
'The text to be copied to the clipboard.'
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #pyperclip
ADD COMMENT
Topic
Name
4+8 =