đģDicebear Python API Wrapper
This is an API wrapper for Dicebear written in Python so Python users can also easily make use of this amazing API! The API can generate more than 1 sexdecillion (that's 17 zero's!) unique avatars!
Last updated
This is an API wrapper for Dicebear written in Python so Python users can also easily make use of this amazing API! The API can generate more than 1 sexdecillion (that's 17 zero's!) unique avatars!
Last updated
Dicebear's Python package is up-to-date with Dicebear's API!
Always make sure to update to the latest version to avoid experiencing unresolved bugs!
dicebear
is an API wrapper for https://dicebear.com. Using this wrapper you can get custom avatars for your program.
For an example go to examples/dicebear.py
.
Dicebear: https://dicebear.com
Dicebear CLI: https://github.com/jvherck/dicebear-cli
Run pip install -U dicebear
If that doesn't work try py -m pip install -U dicebear
Important note: Pillow is not a required dependency, it's only required when you want to be able to edit the avatar images (using DAvatar.pillow()
). When using a PIL
function while it's not installed it will raise dicebear.errors.PILError
.
When the environment variable ENABLE_PYTHON_DICEBEAR_USAGE_STATS
is set to true, an API will be pinged on most function calls to update this package's usage stats. This will be used to analyse Dicebear's usage and improve your overall experience, but may have performance costs.
Dicebear has a CLI package that uses Python to generate avatars quickly. You can't customize each avatar, to do that you'll need to use the Python module.
To use the CLI run pip install dicebear-cli
in a terminal. Documentation can be found here: https://github.com/jvherck/dicebear-cli.
Special thanks to DiceBear (Florian KÃļrner) for making this amazing API and to all artists that helped making avatars!
Dicebear Licenses: https://dicebear.com/licenses
Dicebear Privacy Policy: https://dicebear.com/legal/privacy-policy
Dicebear Python API wrapper (this project): https://jvh.gitbook.io/dicebear/license/