This is a libray meant to simplifiy the process of measuring the mouse. This labrary requires the module mouse (pip install mouse). Documentation is as follows:
Finds the mouse's X coordinate and returns it as an integer.
Finds the mouse's Y coordinate and returns it as an integer.
Finds both mouse and returns them as a string (x, y)
Stops thread until mouse movement is detected
Moves mouse to the origin of screen 1
Moves mouse to specified coordinate