daq-tools / vasuki

Generate different kinds of random unique identifiers, tokens, and words.

Home Page:https://api.hiveeyes.org/vasuki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add MUID

amotl opened this issue · comments

MUIDs (Memorable Unique Identifiers), as implemented by @microprediction at https://github.com/microprediction/muid, have some sweet properties.

Example

>>> muid.pretty(b"56a33411a3ae7cfc95597911708358ad", k1=6, k2=5)
'Shammy Llama'

Oh hi. Cool package you have here!