I found a python module called 'mouse' (installed using 'sudo pip3 install mouse') that allows control of the mouse cursor's position using python, but the mouse.click() method that it provides doesn't do anything.
Is there a way for me to simulate clicking with this module? If not, what is another way that I can simulate a mouse click using Python? I am using Python 3.6.