File size: 112 Bytes
0100a0e
 
 
1
2
3
import pyperclip
text_to_be_copied = 'The text to be copied to the clipboard.'
pyperclip.copy(text_to_be_copied)