Skip to content

Instantly share code, notes, and snippets.

@JoneSabino
Created August 14, 2020 21:04
Show Gist options
  • Save JoneSabino/189756ca24f084c37a57e786034da7c9 to your computer and use it in GitHub Desktop.
Save JoneSabino/189756ca24f084c37a57e786034da7c9 to your computer and use it in GitHub Desktop.
import pyperclip as pc
def colar_no_campo(texto)
pc.copy(texto)
pc.paste()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment