Metadata-Version: 2.1
Name: PyChromaKey
Version: 0.0.5
Summary: Chroma key (green screen) library for Python 3
Home-page: https://github.com/erikm6872/PyChromaKey
Author: Erik McLaughlin
Author-email: erik@erikcmclaughlin.com
License: UNKNOWN
Description: # PyChromaKey
        Chroma key (green screen) library for Python 3. Heavily based on 
        [this article](https://medium.com/fnplus/blue-or-green-screen-effect-with-open-cv-chroma-keying-94d4a6ab2743) 
        by Teja Kummarikuntla.
        
        ## Prerequisites
        * opencv-python
        * numpy
        * pillow
        
        ## Usage
        See [PyChromaKeyExample](https://github.com/erikm6872/PyChromaKeyExample).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
