[New post] Python code snippet – How to access clipboard?
Subash Chandran posted: "import clipboard clipboard.copy("abc") # now the clipboard content will be string "abc" text = clipboard.paste() # text will have the content of clipboard "
import clipboard clipboard.copy("abc") # now the clipboard content will be string "abc" text = clipboard.paste() # text will have the content of clipboard
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.