JGNI
-1
Q:

python how to access clipboard

import clipboard
clipboard.copy("abc")  # now the clipboard content will be string "abc"
text = clipboard.paste()  # text will have the content of clipboard
3

New to Communities?

Join the community