Metadata-Version: 2.1
Name: funing
Version: 0.2.26
Summary: A face recognition gui
Home-page: https://github.com/larryw3i/Funing
Author: larryw3i
Author-email: larryw3i@163.com
License: UNKNOWN
Description: # Funing
        ```python
        install_requires=[
            ########################################################################
            # 'opencv-python',                                                     #
            # 'dlib',                                                              #
            # 'face-recognition',                                                  #
            ########################################################################
            # Installing them on Windows requires installing Visual Studio, so you #
            # should install them manually, and it will guide you when the app     #
            # starts.                                                              #
            ########################################################################
            'language_data',
            'langcodes',
            'pony',
            'pyyaml',
        ]
        ```
        a simple face recognition GUI, try it just do:  
        ```bash
        pip3 install funing; funing
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
