Package: python3-funing
Source: funing
Version: 0.2.48-1
Architecture: all
Maintainer: larryw3i <larryw3i@163.com>
Installed-Size: 105
Depends: python3-appdirs, python3-numpy, python3-pil, python3-yaml, python3:any
Section: python
Priority: optional
Homepage: https://github.com/larryw3i/Funing
Description: A face recognition gui
 # Funing
 ```python
 install_requires=[
     # If you use Windows, Visual Studio is required.
     'opencv-contrib-python >= 4.5.3.56',
     'PyYAML >= 5.3.1',
     'Pillow >= 8.3.0',
     'numpy >= 1.20.3',
     'appdirs >= 1.4.3',
     'pygubu >= 0.16'
 ]
 ```
 a **simple** face recognition GUI, try it just type:
 ```bash
 pip3 install funing; funing
 ```
