So I am kind of new to Python and I downloaded “Anaconda3”. I added the Anaconda path the my environment variable.
I tried to install
pip3 install keyboard
And when I tried to import keyboard in my program, it says module not found. When I try to install it again, it say Requirement already satisfied.
Am I missing something? I am new to python so I must be doing something wrong here