Metadata-Version: 2.1
Name: gesture-recognizer
Version: 0.3.1
Summary: A basic gesture recognizer module for a hackathon.
Home-page: https://github.com/calee14/gesture-recognizer
Author: capjedi
Author-email: calee14@s.sfusd.edu
License: MIT
Description: # gesture-recognizer
        This is a python package designed to recognize basic hand gestures. This project people we want to experiment with gesture recognition.
        
        # Note to developer 
        When uploading to pypi if there is an error saying that some files already exist run the command below.
        ```
        --skip-existing
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
