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, t...@probo.com
Providenza & Boekelheide, Inc.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to