Skip to content

blockies identicon python port for ANSI terminal output

Notifications You must be signed in to change notification settings

maoterodapena/blockies-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockies Identicons for ANSI Terminal

python port of https://github.com/ethereum/blockies

Demo

asciicast

Dependencies

  • python3

Installation

pip install git+https://github.com/konradkonrad/blockies-py.git

Usage

Commandline

blockies 0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359

From python

from blockies import create_blockie
rows = create_blockie('0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359')
# `rows` contains ansi escaped strings
for row in rows:
    print(row)

About

blockies identicon python port for ANSI terminal output

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%