Skip to content

Identicon generator made with Elixir. Project created for studying purposes.

Notifications You must be signed in to change notification settings

brunorales/identicon-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicon Generator

Generates an unique identicon based on input string.

Usage

Make sure you have Elixir installed(https://elixir-lang.org/install.html). Open your terminal emulator inside project folder and enter iex:

project> iex -S Mix

iex> Identicon.main("YOUR_STRING")
:ok
iex>

Image will be saved in the same folder.

About

Identicon generator made with Elixir. Project created for studying purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages