Qou Gi
0
Q:

pyperclip

>>> import pyperclip
>>> pyperclip.copy('The text to be copied to the clipboard.')
>>> pyperclip.paste()
'The text to be copied to the clipboard.'
1

New to Communities?

Join the community