awacke1's picture
Create app.py
0100a0e
raw
history blame
112 Bytes
import pyperclip
text_to_be_copied = 'The text to be copied to the clipboard.'
pyperclip.copy(text_to_be_copied)