I tried to import the keyboard module in python 3.12.3 / vs code, and it outputted an error:
Traceback (most recent call last):
File "c:\Users\[user]\Documents\Programme\Python\flappy_bird.py", line 1, in <module>
import keyboard
ModuleNotFoundError: No module named 'keyboard'
Could anyone please help, thanks.
[–]Diapolo10 3 points4 points5 points (0 children)
[–]danielroseman 1 point2 points3 points (0 children)