When i run this code
import pyperclip
pyperclip.copy('German')
pyperclip.paste()
I get the error
Traceback (most recent call last):
File "C:/Windows/System32/pyperclip.py", line 1, in <module>
import pyperclip
File "C:/Windows/System32\pyperclip.py", line 2, in <module>
pyperclip.copy('German')
AttributeError: module 'pyperclip' has no attribute 'copy'
I have installed pyperclip using pip I have tried reinstalling Pyperclip but it does nothing.