[python-win32] Clipboard Documentation
Tim Roberts
timr at probo.com
Mon Nov 29 18:52:16 EST 2021
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, timr at probo.com
Providenza & Boekelheide, Inc.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3389 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://mail.python.org/pipermail/python-win32/attachments/20211129/3dd0ff42/attachment.bin>
More information about the python-win32
mailing list