Does anyone know of a FOSS Python lib for generating Identicons? I've looked, but so far I haven't had much luck.
Asked
Active
Viewed 2,597 times
1 Answers
12
I've found two implementations:
http://coderepos.org/share/browser/lang/python/misc/identicon.py
http://code.google.com/p/visicon/

Andreas Thomas
- 4,360
- 3
- 23
- 15
-
-
3I ditched the first one after it generated too many obvious swastikas. Not culturally appropriate for my use-case. The second one seems to have less of a propensity for that. – user85461 Oct 26 '10 at 18:27
-
It seems both links are dead. I created a small utility that does this (the most lightweight pure python 3 implementation I've seen so far): https://gist.github.com/Syncrossus/51e259d1adcf99b4f68737a602efeae6 – Syncrossus May 28 '18 at 08:38