Multicultural Avatar Generator for Python
Multiavatar generator is now available for Python based development environments.
PyPi: https://pypi.org/project/multiavatar/
GitHub: https://github.com/multiavatar/multiavatar-python
Currently, Multiavatar supports three programming languages: JavaScript, PHP, and Python.
Similarly as with JS and PHP, using the Multiavatar generator in Python, you can generate 12,230,590,464 cryptographically unique avatars.
All three programming languages are object-oriented, so there are a lot of similarities between them. Because of a similar flow of execution (functions first need to be declared before calling them), Python is more similar to PHP than JS.
JS package was created the first, and it’s being the most used by the community. It is considered the foundational package. If any features are added in the future, they will first land in the JS code, and then will bubble-up to PHP and Python packages.
All three packages share visual tests, which should produce similar results across all codebases. More information about testing is available in each repository.
To install this Python avatar generator, use pip:
pip install multiavatar
Import Multiavatar in your Python code:
from multiavatar.multiavatar import multiavatar
To generate an avatar:
svgCode = multiavatar(“Binx Bond”, None, None)
If you have any issues or feedback, post then in the Multiavatar Python GitHub issues section.
Multiavatar generator is open-source and can be used for free, for both commercial and non-commercial purposes. For more details, refer to the license.
Send us links and screenshots of how you are using Multiavatar in your projects so we can showcase them.
Follow Multiavatar on Twitter, and join our community on Telegram.
This article was originally published on the Multiavatar blog.
Multiavatar is a multicultural avatar generator with more than 12 billion cryptographically unique avatars.