Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

copy text python

import pyperclip
pyperclip.copy('The text to be copied to the clipboard.')
spam = pyperclip.paste()
 
PREVIOUS NEXT
Tagged: #copy #text #python
ADD COMMENT
Topic
Name
3+8 =