Is there a package to copy-paste things?

So it would be like this:
blabla.copy(“Hello”)
so then, it would copy that to the clipboard

Hi, there.

Check this website: https://pypi.org/ There you can find the library you need.

I’ve used this one: pyperclip · PyPI

Hope this helps

1 Like

Thank you so much! This is really helpful!