Skip to content

federicobond/boringavatars

Repository files navigation

Boring Avatars

boringavatars is a Python port of the boring-avatars JS library.

Build Status Supported Versions License: MIT

Install

pip install boringavatars

Usage

from boringavatars import avatar

# returns the string corresponding to the generated SVG
avatar(
    "Maria Mitchell",
    variant="marble",
    colors=["92A1C6", "146A7C", "F0AB3D", "C271B4", "C20D90"],
    title=False,
    size=40,
    square=True,
)

License

MIT

About

Python port of boring-avatars JS library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages