[Chennaipy] Chennaipy - Monday Module - 6 Feb 2023

selvi dct selvi.dct at gmail.com
Sun Feb 5 14:09:30 EST 2023


Date: 06 Feb 2022


Module : pyperclip


Installation : pip install pyperclip


About:

Pyperclip is a cross-platform Python module for copy and paste clipboard
functions. If something outside your program changes the clipboard
contents, the paste() function will return it. For example, if this
sentence is copied to the clipboard and then paste() is called, the output
would be printed.


Source:

import pyperclip

pyperclip.copy("Hello world !")

pyperclip.paste()



Reference:

https://pypi.org/project/pyperclip/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/chennaipy/attachments/20230206/dce4a33f/attachment.html>


More information about the Chennaipy mailing list