NoMouse

##1. Python program to calculate x,y co-ordinates depending on the orientation of the face. left-top (0,0) right-top(100,0) bottom-left(0,100) bottom-right(100,100) center (50,50) ##2. Use the co-ordinates to move the mouse using pyautogui. On clicking ctrl it will reciprocate left click, ctrl+alt will reciprocate right click. ##3. Create a exe file, with gui so we can start and stop the program.