Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
PyperclipStreamlitDemonstration
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0100a0e
PyperclipStreamlitDemonstration
/
app.py
awacke1
Create app.py
0100a0e
over 2 years ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
pyperclip
text_to_be_copied =
'The text to be copied to the clipboard.'
pyperclip.copy(text_to_be_copied)