All Projects → evuez → identicons

evuez / identicons

Licence: MIT license
🐍 Github-like identicon generator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to identicons

avatar-privacy
GDPR-conformant avatar handling for WordPress
Stars: ✭ 15 (-44.44%)
Mutual labels:  identicon
identicon-api
A simple API to retrieve SVG identicons
Stars: ✭ 15 (-44.44%)
Mutual labels:  identicon
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+229.63%)
Mutual labels:  identicon
monsterID
The original MonsterID implementation
Stars: ✭ 56 (+107.41%)
Mutual labels:  identicon
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (-44.44%)
Mutual labels:  identicon
Gravatar
👤 Gravatar Helper & Generator (Laravel supported)
Stars: ✭ 19 (-29.63%)
Mutual labels:  identicon
BlockiesSwift
Unique blocky identicons generator for Swift
Stars: ✭ 53 (+96.3%)
Mutual labels:  identicon
awesome-identicons
A curated list of "Visual Hashs" (Identicon, Avatar, Fractal, RandomArt and general Hash Visualization)
Stars: ✭ 156 (+477.78%)
Mutual labels:  identicon
go-qidenticon
qidenticon (identicon generator from Bitmessage) ported to Go
Stars: ✭ 12 (-55.56%)
Mutual labels:  identicon
icodi
Deterministic Random SVG Icon Generator
Stars: ✭ 18 (-33.33%)
Mutual labels:  identicon
IGIdenticon
Swift identicon generator
Stars: ✭ 88 (+225.93%)
Mutual labels:  identicon
identicon
Original Identicon java and canvas implementations
Stars: ✭ 64 (+137.04%)
Mutual labels:  identicon

Github-like identicon generator.

Example:

i = Identicon('johndoe')
i.generate()
# Or, generate the base64-encoded image:
i.base64('PNG')

identicon

Do you need to generate SVG instead? https://github.com/evuez/svg-identicon

Requirements

If there's an error while installing Pillow (with pip install -r requirements.txt), you might be missing python3-devel or similar depending on your platform.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].