# [How to Control your Mouse in Python](https://www.thepythoncode.com/article/control-mouse-python) The script `control_mouse.py` is suggested to be run on an interactive python shell, such as ipython, jupyter lab, etc. Install requirements: - `pip3 install -r requirements.txt`