Metadata-Version: 1.1
Name: WhatColorIsX
Version: 2.0.1
Summary: Get color of a string via Google image search API
Home-page: https://github.com/tommilligan/WhatColorIsX
Author: Tom Milligan
Author-email: code@tommilligan.net
License: GPL
Description: WhatColorIsX
        ============
        
        .. image:: https://img.shields.io/pypi/pyversions/WhatColorIsX.svg
            :target: https://pypi.python.org/pypi/WhatColorIsX
            :alt: Supported Python versions
        
        .. image:: http://img.shields.io/pypi/v/WhatColorIsX.svg?style=flat
            :target: https://pypi.python.org/pypi/WhatColorIsX/
            :alt: Latest PyPI version
        
        .. image:: https://readthedocs.org/projects/whatcolorisx/badge/?version=stable
            :target: http://whatcolorisx.readthedocs.org/en/stable/?badge=stable
            :alt: ReadTheDocs Documentation Status
            
        .. image:: https://travis-ci.org/tommilligan/WhatColorIsX.svg?branch=master
            :target: https://travis-ci.org/tommilligan/WhatColorIsX
            :alt: Travis CI build status
            
        .. image:: https://coveralls.io/repos/tommilligan/WhatColorIsX/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/tommilligan/WhatColorIsX?branch=master
            :alt: Coveralls coverage status
        
        Python script which takes any string and returns a hex colour string, using Google
        image search.
        
        Documentation
        -------------
        
        Full documentation including installation, examples, and reference
        is hosted at http://whatcolorisx.readthedocs.org
        
        
Keywords: colour color google image text search find get string
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
