https://github.com/farhaduneci/identicon
GitHub-style Identicons as PNGs in Elixir
https://github.com/farhaduneci/identicon
elixir
Last synced: about 1 month ago
JSON representation
GitHub-style Identicons as PNGs in Elixir
- Host: GitHub
- URL: https://github.com/farhaduneci/identicon
- Owner: farhaduneci
- Created: 2021-07-06T12:49:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T06:50:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T21:01:32.409Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Identicon
An Identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as a form of avatar while protecting the user's privacy. The original Identicon was a 9-block graphic, and the representation has been extended to other graphic forms by third parties.
Here I did code a module to create a PNG file Identicon based on string input.
## Usage
```bash
iex -S mix
iex> Identicon.main "Farhad"
```