This python code helps you to control your mouse using hand gestures but After installing python open CMD in your windows or if you have mac open TERMINAL then install the following things:
Install openCV using code (pip install opencv-python)
Install numpy using code (pip install numpy)
Install pyautogui using code(pip install PyAutoGUI)
After this go in your Visual Studio Code write and test!