Skip to content

A Python library for generating GitHub-like symmetrical 5x5 identicons.

License

Notifications You must be signed in to change notification settings

BarnabasMarkus/identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identicon

About

A Python library for generating GitHub-like symmetrical 5x5 identicons.

Identicon wikipedia

GitHub identicons

Requirements

PIL Pillow package

pip3 install pillow

Usage / example

>>> from identicon import Identicon
>>> user_id = 354
>>> icon = Identicon(user_id)
>>> icon.show()
>>> icon.save()

Result identicon

>>> icon = Identicon(633)
>>> icon.show()

Result identicon

>>> icon = Identicon(643123814053102).show()

Result identicon

>>> icon = Identicon(905994379828304).show()

Result identicon

License

MIT License

About

A Python library for generating GitHub-like symmetrical 5x5 identicons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages