0

my code is having an issue in which when i run the program it gives the error message :

ImportError: No module named 'mouse'

this happens even though the module is installed???

Code below:

import mouse
print(mouse.get_position())

1 Answers1

-1

If you are using IDE like PyCharm make sure you download the package on the IDE.

In pycharm go to Setting->Python Interpretor->Click + ->search your package name (in this case mouse) -> install the package