python port of https://github.com/ethereum/blockies
- python3
pip install git+https://github.com/konradkonrad/blockies-py.git
blockies 0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359
from blockies import create_blockie
rows = create_blockie('0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359')
# `rows` contains ansi escaped strings
for row in rows:
print(row)