dhulihan / emoji-hash

πŸ‹ Generate a random but repeatable emoji for a word, string, or phrase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emoji-hash

Generate a deterministic emoji based on a string.

It goes without saying, but DO NOT USE THIS FOR CRYPTOGRAPHY. This is a hobby project for inane uses.

Installation

go install github.com/dhulihan/emoji-hash@latest

CLI

$ emoji-hash "hello world"
πŸ†“

$ emoji-hash "hello world"
πŸ†“

$ emoji-hash "hello jupiter"
🍠

About

πŸ‹ Generate a random but repeatable emoji for a word, string, or phrase.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%