Skip to main content

Generate color based on any object

Project description

color-hash

Generate a color based on a value

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 3.7+ and it has no dependencies.

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'

Installation

Its hosted on PyPI.

pip install colorhash

Changelog

  • color-hash 1.3.2 (2023-09-21)
    • ⚡️ 30%+ speedup on hsl2rgb()
    • ✅ Add tests for all named colors (1500+ tests)
  • color-hash 1.3.1 (2023-09-21)
    • 🐛 Handle missing importlib-metadata import
  • color-hash 1.3.0 (2023-09-20)
    • 🧑‍💻 Add py.typed to support type annotations (#4)
    • 📦 Changed packaging ecosystem
      • ➖ Remove poetry
      • ➖ Remove tox
      • ➕ Add pip-tools (manage dependencies)
      • ➕ Add hatch (build & test)
      • ➕ Add twine (publish)
    • ✨ Support python3.11
    • ⚰️ Drop support for python3.6
  • color-hash 1.2.2 (2022-10-17)
    • ✨ Add publish helper script
  • color-hash 1.2.1 (2022-10-17)
    • 📝 Update docs
  • color-hash 1.2.0 (2022-10-17)
    • 🧑‍💻 Use typing supporting python3.6
  • color-hash 1.1.0 (2022-09-01)
    • ✅ Add tests
    • 🚸 Add installation instructions
  • color-hash 1.0.4 (2021-11-30)
    • Support only for python3.6+
    • ✅ Add tests
  • color-hash 1.0.3 (2020-12-04)
    • ⚰️ Drop support for python2.x
    • 🎉 Handover of project maintenance
  • 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 Distribution

colorhash-1.3.2.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

colorhash-1.3.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file colorhash-1.3.2.tar.gz.

File metadata

  • Download URL: colorhash-1.3.2.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for colorhash-1.3.2.tar.gz
Algorithm Hash digest
SHA256 9f74b7f57cf1c44f835305a8d2bd5e92eb4bf8026e3cfec2c78cfc335a2d01a3
MD5 668e6cc28b7e2da78806a17a850e94f2
BLAKE2b-256 a2583b40f9988e4030bcf86c4d617c1b4e73d7dcae7b52ebd69ee8c1415daf3d

See more details on using hashes here.

File details

Details for the file colorhash-1.3.2-py3-none-any.whl.

File metadata

  • Download URL: colorhash-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for colorhash-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1473aa15ef5ab78a804133de35e3d5dd2aa70e52fb5f4fcaef2655e064b8eca2
MD5 d58a49633ca76d361d600b3a1de29b7f
BLAKE2b-256 bd9e93234b55495c467438715013742cc57dcdbfd3664e1a074508b77aa8b4ac

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