This project generates identicon images from strings. Identicon images are small avatars that github uses for people who do not upload an avatar themselves. Some examples:
iex> Identicon.generate("example")
:ok
The image will be generated in the same folder, with the string as the name of the image.