patrickarmengol / golident

generate dazzling identicons with Conway's Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golident

golident generates dazzling, randomly-generated identicons with Conway's Game of Life visualizations.

07.png 08.png 09.png 10.png 05.png 06.png


Table of Contents

Installation

pip install golident

Usage

g = Golident('asdfqwer', size=128, iterations=320, num_colors=5)
g.show_identicon()
g.show_history()
g.save_identicon('asdfqwer_128.png', scale=2)

asdfqwer_128.png

License

golident is distributed under the terms of any of the following licenses:

About

generate dazzling identicons with Conway's Game of Life

License:Apache License 2.0


Languages

Language:Python 100.0%