Summary
git Use ID
Pydenticon is a small utility library that can be used for deterministically generating identicons based on the hash of provided data.
Download as zip
branko f002a0df40a5
10 years ago
branko 57f344e8de5f
10 years ago
branko 96e45a28cf65
10 years ago
branko 39c9bd68d4ef
10 years ago
branko e0cf5e9351ce
10 years ago
branko 842107cb8260
10 years ago
branko 5df4ce2fcaa9
10 years ago
branko 08874af508c4
10 years ago
branko 23ede92b1326
10 years ago
branko 9bb269c893ef
10 years ago

Pydenticon

Pydenticon is a small utility library that can be used for deterministically generating identicons based on the hash of provided data.

The implementation is a port of the Sigil identicon implementation from:

Pydenticon provides a couple of extensions of its own when compared to the original Sigil implementation, like:

  • Ability to supply custom digest algorithms (allowing for larger identicons if digest provides enough entropy).
  • Ability to specify a rectangle for identicon size..