Skip to main content

Generate a color based on a value

Project description

This module generates a color based on an object, by calculating a color value based on a hash value for the object. This means the result is deterministic: the same value will always result in the same color (so long as the hash function remains deterministic).

This module is a port of the ‘color-hash’ Javascript library. It supports Python 2.6, 2.7, and 3.3+.

Quick Start

>>> from colorhash import ColorHash
>>> c = ColorHash('Hello World')
>>> c.hsl
(131, 0.65, 0.5)
>>> c.rgb
(45, 210, 75)
>>> c.hex
'#2dd24b'

Changelog

  • color-hash 1.0.2 (2016-07-08)

    • Add crc32_hash function and set default hashfunc to that. It’s not fully backwards-compatible, but I don’t want to bump the version a lot for not doing my research.

  • color-hash 1.0.0 (2016-07-07)

    • Initial port.

License

Copyright (c) 2016 Felix Krull <f_krull@gmx.de>

This is a port of the ‘color-hash’ Javascript library which is:

Copyright (c) 2015 Zeno Zeng

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, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

colorhash-1.0.2.zip (10.1 kB view details)

Uploaded Source

colorhash-1.0.2.tar.bz2 (5.5 kB view details)

Uploaded Source

Built Distribution

colorhash-1.0.2-py2.py3-none-any.whl (6.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file colorhash-1.0.2.zip.

File metadata

  • Download URL: colorhash-1.0.2.zip
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for colorhash-1.0.2.zip
Algorithm Hash digest
SHA256 5eeb6b490cbbf3545f50d39cf46993a1335b392b339cec6053f857e2785f83d8
MD5 c0b4ded10e622a373abddacc38045cca
BLAKE2b-256 d0ef360b06cae93f4a163393e1cb1fef10d7e6f6ab69f6be5188c6bd2dba8734

See more details on using hashes here.

File details

Details for the file colorhash-1.0.2.tar.bz2.

File metadata

  • Download URL: colorhash-1.0.2.tar.bz2
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for colorhash-1.0.2.tar.bz2
Algorithm Hash digest
SHA256 e0f925c3d82d5ed6e5fe8039492325263b5b75490bddf38e24a221467c3ee764
MD5 05f741e7e610c19f816ea70145dd394e
BLAKE2b-256 bfe9b1d948c518ac6f683711a38a9c5bb84597f417ac2fc9296a49c40c1b2dab

See more details on using hashes here.

File details

Details for the file colorhash-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for colorhash-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f5a0019b7364fb12b0ed52e3fe05f69fe8c2d77622e6abf2f869e711308e14e1
MD5 76cda8acb01040164eecdd006307ae17
BLAKE2b-256 0ee150dbc513aa74e99eca4c47f2a8206711f0bec436fdddd95eebaf7eaaa1aa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page