» pip install keyboard
So recently i decided to learn how to code on python, and i tried downloading the keyboard module.
I went down to my cmd, typed "pip install keyboard", succesfull.
Tried to use it in python using "import keyboard", not so successfull.
Got this error messsage:
" import keyboard
ModuleNotFoundError: No module named 'keyboard'"
I tried uninstalling keyboard from my cmd, rebooting my pc, using the "pip3 install keyboard", nothing worked. I read somewhere that it might be due to an interpreter problem, but i don't knoow how to fix it.
Hope some of y'all could help me :)
how to install keyboard module python 3.12.3 on linux mint - Stack Overflow
Python - keyboard module be installed | Educational Software
python - How to import keyboard into pycharm - Stack Overflow
python - How to install keyboard module without pip? - Stack Overflow
Videos
Hey big noob here so sorry if any of this is really dumb.
I'm trying to set up something where the user would hit the enter key to bring up the next line of text. From what I can see online it says to install and import keyboards but when I do this it says something like No module named 'keyboard' or a syntax error.
Any tips on this? Thanks
