Skip to content

Instantly share code, notes, and snippets.

@azhar22k
Created June 30, 2016 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azhar22k/ff1a8ae602bfc80469c8214735e949ea to your computer and use it in GitHub Desktop.
Save azhar22k/ff1a8ae602bfc80469c8214735e949ea to your computer and use it in GitHub Desktop.
import pyperclip
c=input('Enter text you want to copy: ')
pyperclip.copy(c)
print('\n'+c+" is on your clip board now, press any key to paste it on stdoutput")
input('')
print(pyperclip.paste())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment