PyUserInput
PyUserInput copied to clipboard
```ImportError: cannot import name 'PyKeyboard' from 'pykeyboard' ```
I'm getting this error, ImportError: cannot import name 'PyKeyboard' from 'pykeyboard' , but I checked and I do have pykeyboard installed. Any advice on how to fix?
I am having the same probelm
That's because you do not want pykeyboard but pyuserinput, which has its own pykeyboard with PyKeyboard class.
So, pip remove pykeyboard, pip install pywin32, pip install pyuserinput.