“Pyperclip” Respostas de código

cópia para a área de transferência Python

import pyperclip
pyperclip.copy('The text to be copied to the clipboard.')
Dabuilda

Pyperclip

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

Pasta de Pyperclip

>>> import pyperclip
>>> 
>>> pyperclip.copy('This is copied to the clipboard.')
>>> 
>>> pyperclip.paste()
'This is copied to the clipboard.'
>>>
Wide-eyed Wallaby

Respostas semelhantes a “Pyperclip”

Procure respostas de código populares por idioma

Procurar outros idiomas de código