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.
Rst (rst) | 59%, 10 files |
Python (py) | 29%, 5 files |
Show more |
branko | 002ad10fd58a |
8 years ago
|
|||
branko | b27d57ecb110 |
8 years ago
|
|||
branko | 414b60d4496c |
8 years ago
|
|
||
Andrew Shadura | 4b3174d7b236 |
8 years ago
|
|
||
branko | 53682a76e7bb |
8 years ago
|
|
||
branko | 33f999f3c8da |
8 years ago
|
|||
branko | 749e5561f79c |
8 years ago
|
|
||
branko | 93602620893a |
8 years ago
|
|
||
branko | 57a095aafd9b |
8 years ago
|
|
||
branko | ead70abc037d |
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..