SauravKanchan / Handgator

:hand: Navigating desktop with hand gesture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handgator

  1.The path of your hand movements is covered by red line
  2.Direction of hand movements is also displayed
  3.The co-ordinates displayed below is the difference between the present and previous 
  co-ordinates of the position of your hand.

How to run

   git clone https://github.com/SauravKanchan/Handgator.git
   cd Handgator
   pip install -r requirements.txt
   python main.py

if pip install -r requirements.txt did not worked try

   pip install -r requirements_new.txt

About

:hand: Navigating desktop with hand gesture


Languages

Language:Python 100.0%