Does anyone know of a FOSS Python lib for generating Identicons? I've looked, but so far I haven't had much luck.
+1
A:
It doesn't look that difficult to port one of the FOSS options on that page to Python. I know it's not the answer you want, but I couldn't find a Python one either.
Sekkusu
2008-09-03 17:05:03
A:
Here is a blog entry from someone who has created one, but his download link is currently a 404...
dF
2008-09-03 17:07:52
+3
A:
I've found two implementations:
http://coderepos.org/share/browser/lang/python/misc/identicon.py
http://code.google.com/p/visicon/
Andreas Thomas
2008-09-03 17:38:53
The first link is my preferred choice
freespace
2009-03-13 05:30:34
I 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.
2010-10-26 18:27:28