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

https://github.com/richardarpanet/randomavatar

Create pastel style avatars from a given string (such as username). Similar to gravatars.
https://github.com/richardarpanet/randomavatar

avatars gravatar python python-library python2 python3 random

Last synced: 5 months ago
JSON representation

Create pastel style avatars from a given string (such as username). Similar to gravatars.

Awesome Lists containing this project

README

          

**NOTICE**: If you're reading this on GitHub.com please be aware this is a mirror of the primary remote located at https://code.richard.do/explore/projects.
Please direct issues and pull requests there.

# random avatar
[![Build Status](https://travis-ci.org/richardasaurus/randomavatar.png?branch=master)](https://travis-ci.org/richardasaurus/randomavatar)

Create pastel style avatars from a given string (such as username). Similar to gravatars.

![](http://i.imgur.com/7IpziAj.png "")

### Installation

```bash
pip install randomavatar
```

### Usage

See example.py for example.