Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install win64clipboard

import clipboard
clipboard.copy("abc")  # now the clipboard content will be string "abc"
text = clipboard.paste()  # text will have the content of clipboard
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #install
ADD COMMENT
Topic
Name
5+5 =