このコードを実行すると
import pyperclip
pyperclip.copy('German')
pyperclip.paste()
エラーが発生します
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'
pip を使用して pyperclip をインストールしました。Pyperclip を再インストールしようとしましたが、何もしません。