When I try to run a program that has import keyboard
it gives me this error even though I installed it:
Traceback (most recent call last): File "C:\Users\Diana\Desktop\test file.py", line 1, in import keyboard ModuleNotFoundError: No module named 'keyboard'
Does anyone know why?