piotrantosz / google-arts-crawler

Google Arts & Culture high quality image downloader
GNU General Public License v3.0
100 stars 18 forks source link

Request to remove `pyperclip` dependency #17

Open Xarrow opened 4 years ago

Xarrow commented 4 years ago

pyperclip can not support in linux server , and it does not support cross-platform . pyperclip is not necessary in this project.

embracenothing commented 4 years ago

pyperclip is cross platform pyperclip is used to read the url from clipboard, not having to paste it into the command line saves a lot of time and allows to bind the script to a keyboard shortcut.

pierow2k commented 4 years ago

pyperclip is not cross-platform. It's supported on several platforms.

How about a command line option to bypass (or include) the pyperclip functionality? Then it would work either way?

FAILED

    Pyperclip could not find a copy/paste mechanism for your system.
    For more information, please visit https://pyperclip.readthedocs.io/en/latest/index.html#not-implemented-error