Install the mouse library
masterYou can install the mouse package via PyPI using pip. On Linux, you may need to use sudo because the library reads raw device files from /dev/input/ to avoid dependencies on X.
$ sudo pip install mouseAlternatively, you can clone the repository and use the source files directly without installation:
$ git clone https://github.com/boppreh/mouse$ sudo pip install mouse