Invatar
Invatar provides an "API" for generating fully customizable SVG and image avatars with small text. Inspired from many messaging apps.
Por que? Por que no?
Demo
Website: https://invatar0.appspot.com/
Defaults
svg/a.jpg |
svg/kb.jpg |
svg/md.jpg |
---|---|---|
Customized
Use Cases
- Easier to identify users
- Friendlier than a "No avatar" picture
- Background colors are always consistent
- Can use as a fallback picture for Gravatar (
?default=
flag) and other similar services
Contribution
Do it!
Currently the service is hosted on Google App Engine which is not my first choice. If you can help with hosting, please reach out to me.
Development
$ pip install -r dev-requirements.txt
# Running development server
$ python run.py
# Executing tests
$ tox
License
MIT