├── .gitattributes ├── README.md ├── keyboardtest.py └── main.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/gesture-detetction/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/gesture-detetction/HEAD/README.md -------------------------------------------------------------------------------- /keyboardtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/gesture-detetction/HEAD/keyboardtest.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/gesture-detetction/HEAD/main.py --------------------------------------------------------------------------------