/identicon-creator

Identicon creator is an application that creates a unique picture based on given string.

Primary LanguageElixir

Identicon

TODO: Add description

Installation

Download source files. Run code in terminal, in the direction where files were installed.

iex -S mix
Identicon.main("provide_some_string")

The .png file will be generated in the main directory.

To add dependecies run in main

mix deps.get