Skip to main content

Generates default avatars from a given string (such as username).

Project description

# Avatar Generator

Generates default avatars from a given string (such as username). This is mainly for an usage in web apps, but you can olso use it to populate LDAP "jpegPhoto" field, for instance.

This is largely inspired by [Richard O'Dwyer's randomavatar](https://github.com/richardasaurus/randomavatar).

![](examples/photo3.png "")
![](examples/photo2.png "")
![](examples/photo1.png "")

## Installation

pip install avatar-generator

## Example in a Flask app

from avatar_generator import Avatar
from flask import make_response

@app.route("/photo.png")
def photo():
avatar = Avatar.generate(128, "example@sysnove.fr", "PNG")
headers = { 'Content-Type': 'image/png' }
return make_response(avatar, 200, headers)

## Licence

This code is under [WTFPL](https://en.wikipedia.org/wiki/WTFPL). Just do what the fuck you want with it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

avatar-generator-0.2.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file avatar-generator-0.2.tar.gz.

File metadata

  • Download URL: avatar-generator-0.2.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for avatar-generator-0.2.tar.gz
Algorithm Hash digest
SHA256 8a3eb5d4cec3a90f6e5a1cebd0beb98c95d725e9fea029f7e1ec7b3db7428b27
MD5 4e89ba72adae82af64f76c5cd1cc1753
BLAKE2b-256 af7d64f3c6eec1bba69b3de1219dca32bfb276a04f2c251b491d703cced5af79

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page