Skip to content

Command line utility for creating identicon avatar

Notifications You must be signed in to change notification settings

salfum/identiconizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identiconizer

Command line utility for creating an png image from a given string.

Requirements

erlang, rebar3, elixir

Installation

  1. Clone project
git clone [email protected]:salfum/identiconizer.git; cd identiconizer
  1. Get dependencies and compile project
mix deps.get; mix compile; mix escript.build

Usage example

./identiconizer salfum12

Creates a 250x250 png in the same directory

Example image salfum12

Other examples in /images directory

TODO:

  • Add the ability to choose a grid size.
  • Add the ability to force the color of the picture.
  • Add other optional hashing algorithms like sha1, etc.

About

Command line utility for creating identicon avatar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages