Metadata-Version: 2.1
Name: facepixellate
Version: 1.2.8
Summary: Detect and pixellate faces in the picture
Home-page: https://github.com/tomtillo/facepixellate
Author: Tom Tillo
Author-email: tomtillo@gmail.com
License: UNKNOWN
Description: # facepixellate
        Detect and pixellate faces in the picture, with varying pixel size 
        
        ## Environment
        python 3.6
        opencv
        
        ## Installation
        `pip install facepixellate`
        
        ## Usage 
        
        ### 1. Inside python code - 
        #### Sample code  
        ```
        import facepixellate 
        import cv2 
        
        img_p = facepixellate.pixellate_face("test_face.jpg", 0)
        cv2.imwrite("output.jpg",img_p)
        ```
        
        P.S :Check homepage ( github ) for detailed description
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
