Closed LucasTavaresA closed 1 year ago
Hi, thanks for the contribution!
Pyperclip moved to pyclip
Is this right? pip3 install pyperclip
still works for me, and https://pypi.org/project/pyperclip/ is still up n running. https://github.com/spyoungtech/pyclip appears to me a different project? Though I'd be open to providing support for it, something like:
try:
import pyperclip
except ImportError:
try:
import pyclip as pyperclip
except ImportError:
PYPERCLIP = False
What do you think?
yeah im having doubts from that page i linked as well, but pyperclip is not working on wayland cause it expects $DISPLAY variable which is not used by wayland anymore or never was used. pyclip instead just separates the wayland logic from the rest of x11, feel free to do what you wish
See: https://pypi.org/project/pyperclip3/