Re: Clipboard Documentation

Tim Roberts <[email protected]> Mon, 29 Nov 2021 15:52:16 -0800
Newsgroups gmane.comp.python.windows
Organization Providenza & Boekelheide, Inc.
Message-ID <[email protected]>
Dennis Putnam wrote:
>
> I'm using pywin32 and it is my understanding it can also be used for 
> copying text from an app to the clipboard. I have been able to find 
> scant documentation for that. Can someone send me a link to some 
> definitive documentation? TIA.

The easy way is to use the well-respected `pyperclip` module. You can 
install it with pip.  The Win32 clipboard APIs are a pain to work with, 
and of course don't work at all on other systems.

-- 
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32
smime.p7s (application/pkcs7-signature, 3.3 KB) - not displayed