asweigart / pyperclip

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

How do you use pyperclip in termux? #253

Open Wozza2014 opened 10 months ago

Wozza2014 commented 10 months ago

Hi.

I tried installing termux-api and then 'pip install pyperclip'. Then I installed 'pip install pyperclip-termux'. When I try to import pyperclip-termux inside python I get 'invalid syntax' and it specifies the hyphen in 'pyperclip-termux'.

What am I doing wrong?

OblackatO commented 10 months ago

See https://github.com/asweigart/pyperclip/issues/250