Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evuez/identicons

:snake: :octocat: Github-like identicon generator
https://github.com/evuez/identicons

hacktoberfest identicon

Last synced: 1 day ago
JSON representation

:snake: :octocat: Github-like identicon generator

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')
```

![identicon](http://dev.evuez.net/dev/tracker/identicon.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.