https://github.com/evuez/identicons
Github-like identicon generator
https://github.com/evuez/identicons
hacktoberfest identicon
Last synced: 7 months ago
JSON representation
Github-like identicon generator
- Host: GitHub
- URL: https://github.com/evuez/identicons
- Owner: evuez
- License: mit
- Created: 2014-11-24T10:16:52.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T23:07:21.000Z (over 2 years ago)
- Last Synced: 2024-10-19T17:30:30.003Z (over 1 year ago)
- Topics: hacktoberfest, identicon
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 28
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github-like identicon generator.
Example:
```python
i = Identicon('johndoe')
i.generate()
# Or, generate the base64-encoded image:
i.base64('PNG')
```

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.