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 also use it to populate LDAP "jpegPhoto" field, for instance.
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. 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file avatar-generator-0.4.2.tar.gz.
File metadata
- Download URL: avatar-generator-0.4.2.tar.gz
- Upload date:
- Size: 37.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14d9ec78cd0a2e10d376044818b3e9a1ec6e371ca42f307cff73e6b5fb15320c
|
|
| MD5 |
5d5f0487c8c3b74b53293ff8a46fdcf5
|
|
| BLAKE2b-256 |
e28975c264aa978864e6a00bffdcbe3cb2ffdf9bf47f6d4291196b2a927b84d8
|
File details
Details for the file avatar_generator-0.4.2-py3-none-any.whl.
File metadata
- Download URL: avatar_generator-0.4.2-py3-none-any.whl
- Upload date:
- Size: 36.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1943a89337819742a71048dca2132754241477b80adda9a6509774ed0639b6ad
|
|
| MD5 |
e241595b1617b07fce89b89bdf2fc509
|
|
| BLAKE2b-256 |
7a6418d0a494336620bfcaf88ea0d692db2a35edf23b27790dbfc52930570bc4
|