A simple Django app to get avatars based on username and initials if no gravatars is associated with the email address. Forked from axiome-oss.
Project description
django-initial-avatars
======================
This project is a fork of the original repository published by AXIOME SAS in 2015.
Modifications made by Urolas in 2025 include:
- Migration to Django 4
- Updated centering method of initials
.. image:: https://badge.fury.io/py/django-initial-avatars.svg
:target: https://badge.fury.io/py/django-initial-avatars
.. image:: https://travis-ci.org/axiome-oss/django-initial-avatars.svg?branch=master
:target: https://travis-ci.org/axiome-oss/django-initial-avatars
django-initial-avatars is a simple Django app which generates avatars based on username and initials. If django_gravatar is installed, user's gravatar is preferred.
Examples
- API endpoint
.. image:: https://metod-site.s3.amazonaws.com/media/25/initial_avatars.png :target: http://www.metod.io/fr/blog/2015/12/02/release-django-initial-avatars/ :alt: example of django-initial-avatars on Metod
- Template tag
.. image:: https://metod-site.s3.amazonaws.com/media/25/initial_avatars_email.png :target: http://www.metod.io/fr/blog/2015/12/02/release-django-initial-avatars/ :alt: example of django-initial-avatars in Metod emails
Dependencies
Generating avatars requires a Pillow installation with freetype support.
freetype can easily be installed on ubuntu with::
$ sudo aptitude install libfreetype6-dev
or on OS X with homebrew::
$ brew install freetype
Make sure the following packet are installed on your system to enable PNG and JPG support on Pillow::
$ sudo aptitude install libjpeg-dev zlib1g-dev libpng12-dev
Pillow may need to be rebuilt after installing the libraries.
Font licensing
The font Ubuntu Monospace is used to generate the avatar.
The font is licensed under the Ubuntu Font Licence, see the
License <http://font.ubuntu.com/licence/>_
Quick start
-
install app requirements
-
install django-initial-avatars through pip::
pip install django-initial-avatars
-
If you want to use gravatar for users who have one, install django-gravatar2::
pip install django-gravatar2
-
Add "django-initial-avatars" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = ( ... 'initial_avatars', ['django_gravatar',] )
-
Include the django-initial-avatar URLconf in your project urls.py like this::
url(r'^avatar/', include('initial_avatars.urls')),
-
Launch development server::
python manage.py runserver
-
Each user has now an endpoint for his avatar::
localhost:8000/avatar/user_id/[size/]
-
In your templates, use::
{% load initialavatar %}
{% get_initial_avatar user [size] ['shape'] %}
{% get_initial_avatar user.email [size] ['shape'] %}
Settings
A few settings are at your disposal
-
AVATAR_STORAGE_BACKEND allows you to use a custom storage backend instead of the default one::
AVATAR_STORAGE_BACKEND = 'myproject.custom_storages.AvatarStorage'
-
AVATAR_STORAGE_FOLDER allows you to customize the root folder on the storage backend, default to 'avatars'::
AVATAR_STORAGE_FOLDER = 'myfolder'
-
AVATAR_DEFAULT_SHAPE allows you to choose the default shape of the image, possible options are 'circle' or 'square', default to 'square'
More shapes can be easily addded, just open an issue on github::
AVATAR_DEFAULT_SHAPE = 'circle'
-
GRAVATAR_DEFAULT_SIZE allows you to choose the default size of the image, setting name used for compatibility with django_gravatar, default to '80'::
GRAVATAR_DEFAULT_SIZE = 100
Experimental settings
Those feature are available but miss tests, contributions would be appreciated :)
-
AVATAR_HIGH_RESOLUTION can be used to display retina ready avatas, default to False::
AVATAR_HIGH_RESOLUTION = True
-
AVATAR_COLORS can be used to randomly choose a color from a tuple of pre-defined colors at first avatar generation, no default::
AVATAR_COLORS = ((37, 114, 221), (26, 193, 255),)
-
AVATAR_DEFAULT_FOREGROUND can be used to define a default color to the foreground, 'black' and 'white' available, no default. I advise not to use it without AVATAR_COLORS::
AVATAR_DEFAULT_FOREGROUND = 'white'
-
AVATAR_GENERATOR_BACKEND can be used to extend the avatar generator and adjust it to your needs, especially for font customization. Refer to initial_avatars/generator.py for more information::
AVATAR_GENERATOR_BACKEND = 'my_project.avatar_backend.MyAvatarBackend'
.. code-block:: python from initial_avatars.generator import AvatarGenerator from PIL import ImageFont import os class MyAvatarBackend(AvatarGenerator): def font(self): font_path = '/path/to/your/font' font_size = self.font_size() return ImageFont.truetype(font_path, size=font_size)
Tests
Django-initial-avatars is provided with tests, they require django-gravatar2 and tox
You can launch them in the virtualenv like this::
tox
It might happen that a calculated position fails because of a minor difference in the result, don't care about it.
Contributions
Contributions are welcome ! Feel free to write an issue for any feedback you have or send a pull request on Github <https://github.com/axiome-oss/django-initial-avatars>_
Used on
Metod <http://www.metod.io/>_- Add your website here !
Project details
Release history Release notifications | RSS feed
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 django4_initial_avatars-0.9.1.tar.gz.
File metadata
- Download URL: django4_initial_avatars-0.9.1.tar.gz
- Upload date:
- Size: 122.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26a927b7cf88f12d38cd86e76778514bd17f381f3b37005e79659c31a7f5a430
|
|
| MD5 |
c24643bd3b8e53dae6997f7b8e4c1751
|
|
| BLAKE2b-256 |
4ea3b373e7c83d31d09082c2386f2b32debe976ee1fe0251547b5e22a7459a18
|
File details
Details for the file django4_initial_avatars-0.9.1-py3-none-any.whl.
File metadata
- Download URL: django4_initial_avatars-0.9.1-py3-none-any.whl
- Upload date:
- Size: 121.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb7391b64c97c7888d06029da5f193625ebfe4b64a74103bff7f322d77d057bc
|
|
| MD5 |
7fe8a940b0f4acb422eda33ee99293fe
|
|
| BLAKE2b-256 |
02341685f04117fccdc41bc33128a99528333a934bf9f1eb00272abccc336ac7
|