Metadata-Version: 1.1
Name: SilverHandTrackingModule
Version: 1.0.1
Summary: Track the Hands from Web Cam as default
Home-page: https://github.com/Cadris/HandTrackModule
Author: Sayan Dasgupta
Author-email: cadrissilver@gmail.com
License: MIT
Description: Python Hand Tracking Module:
        	This is a Hand Tracking Module, which tracks the position of different landmarks in the hand.
        	Note: You can run the module as a standalone.
        
        -------------------------------------------------------------
        Github Repository : https://github.com/Cadris/HandTrackModule
        -------------------------------------------------------------
        
        Language Used : Python
        
        Requirements(Do a pip install) :
        ---------------------------------
        - OpenCV
        - MediaPipe
        
        Files :
        -------
        - HandTrackingModule.py - Main Module. You Need to import this file to your File.
        - README.md : Summon Michael Jackson.
        
        My My pip list
        ---------------
        
        (venv) D:\Projects\Python\HandTrack>pip list
        Package               Version
        --------------------- --------
        absl-py               0.13.0  
        attrs                 21.2.0  
        cycler                0.10.0  
        kiwisolver            1.3.2   
        matplotlib            3.4.3   
        mediapipe             0.8.7.1 
        numpy                 1.21.2  
        opencv-contrib-python 4.5.3.56
        opencv-python         4.5.3.56
        Pillow                8.3.1   
        pip                   21.1.3  
        protobuf              3.17.3  
        pyparsing             2.4.7   
        python-dateutil       2.8.2   
        setuptools            56.0.0
        six                   1.16.0
        wheel                 0.37.0
        
        Change Log
        ==========
        
        1.0.0 (17-09-2021)
        -------------------
        - First Relase
Keywords: hand handtracker handtrackermodule
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
