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.
- Host: GitHub
- URL: https://github.com/richardarpanet/randomavatar
- Owner: richardARPANET
- Created: 2018-04-03T18:52:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T22:02:43.000Z (over 7 years ago)
- Last Synced: 2025-01-05T20:51:51.319Z (9 months ago)
- Topics: avatars, gravatar, python, python-library, python2, python3, random
- Language: Python
- Homepage: https://code.richard.do/richardARPANET/randomavatar
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://travis-ci.org/richardasaurus/randomavatar)Create pastel style avatars from a given string (such as username). Similar to gravatars.

### Installation
```bash
pip install randomavatar
```### Usage
See example.py for example.