Metadata-Version: 2.1
Name: funing
Version: 0.2.40
Summary: A face recognition gui
Home-page: https://github.com/larryw3i/Funing
Author: larryw3i
Author-email: 
License: UNKNOWN
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
License-File: LICENSE

# Funing
```python
install_requires=[
    'opencv-contrib-python >= 4.5.3.56',
    'PyYAML >= 5.3.1',
    'Pillow >= 8.3.0',
    'numpy >= 1.21.1',
]
```
a **simple** face recognition GUI, try it just do:  
```bash
pip3 install funing; funing
```

