Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sysuin/pycolordetector

A simple Python package for detecting colors in images
https://github.com/sysuin/pycolordetector

pypi python

Last synced: about 2 months ago
JSON representation

A simple Python package for detecting colors in images

Awesome Lists containing this project

README

        

# pycolordetector

[![CircleCI](https://readthedocs.org/projects/microurl/badge/?version=latest)](http://pycolordetector.readthedocs.io/en/latest/?badge=latest)
[![CircleCI](https://img.shields.io/circleci/project/github/nschloe/pipdate/master.svg?style=flat-square)](https://circleci.com/gh/nschloe/pipdate/tree/master)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pipdate.svg?style=flat-square)](https://pypi.org/pypi/pycolordetector/)
[![PyPi Version](https://img.shields.io/pypi/v/pipdate.svg?style=flat-square)](https://pypi.python.org/pypi/pycolordetector)
[![PyPi downloads](https://img.shields.io/pypi/dm/pipdate.svg?style=flat-square)](https://pypistats.org/packages/pycolordetector)

**pycolordetector** is a Python package for detecting colors in images. It provides fast and easy way to detect color of a pixel. The applications build through this package will automatically give the name of the color just by double-clicking on them. pycolordetector has been designed to make working with image data both simple and intuitive. It aims to be the fundamental high-level building block for doing practical and real-world analysis on images. 

## Installation

The source code is currently hosted on GitHub at:

https://github.com/sunnysinghnitb/pycolordetector

To install pycolordetector, simply use pip:
```sh
pip install pycolordetector
```

## Example Usage

The following illustrates how to use the *colo* function of pycolordetector:
```sh
from pycolordetector.pycolordetector import colo
colo("Path_of_your_image")
```

## Documentation

The official documentation is hosted on:

https://pycolordetector.readthedocs.io/en/latest/

## License

**pycolordetector** is published under the [MIT License][mit].

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

## Contributions

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

Issues are posted on:

https://github.com/sunnysinghnitb/pycolordetector/issues

**pycolordetector** appreciates help from a wide range of different backgrounds. Work such as high level documentation or code improvements are valuable, and small improvements or fixes are always appreciated. If you are considering larger contributions outside the traditional coding work, please contact us at [email protected].

[pcking]: https://packaging.python.org
[mit]: https://github.com/sunnysinghnitb/pycolordetector/blob/master/LICENSE
"# example-project"