Python Forum
Downloading and using pyperclip - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Downloading and using pyperclip (/thread-7217.html)



Downloading and using pyperclip - PMPythonlearner - Dec-28-2017

I'm using Python 3.6.4 and Windows 10. 

I'm having trouble downloading Pyperclip. When trying to download it once I've accidentally clicked to open the file as an explorer file. I think I've now managed to download it and convert it into the right format by using 7zFM. I now can't seem run or finish the installation so I can use it in Python. 

I can use pip in Python as import pip works. 

Please let me know what to do as I've only just started to learn coding and have tried for several hours to sort this out myself!

Thanks
P


RE: Downloading and using pyperclip - buran - Dec-28-2017

you should install it using pip, no downloads or conversion whatsoever
On Windows, no additional modules are needed so just
pip install pyperclip


RE: Downloading and using pyperclip - PMPythonlearner - Dec-31-2017

Wow that was ridiculously easy - I can't believe I spent several hours trying to do it!

Thank you so much Smile