asweigart / pyperclip

Python module for cross-platform clipboard functions.
https://pypi.python.org/pypi/pyperclip
BSD 3-Clause "New" or "Revised" License
1.6k stars 193 forks source link

Multi-clipboard Support #241

Open eliafino opened 1 year ago

eliafino commented 1 year ago

Hi, thanks for your module!

I see this feature: Multi-clipboard Support: Pyperclip supports multiple clipboards, allowing you to copy and paste text between different clipboards. This can be useful for transferring text between different applications or for working with multiple sets of text simultaneously.

but how to use?