Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

avatars

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avatars

avatars

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

############################# Avatars ############################# .. image:: https://travis-ci.org/007gzs/avatars.svg?branch=master :target: https://travis-ci.org/007gzs/avatars .. image:: https://img.shields.io/pypi/v/avatars.svg :target: https://pypi.org/project/avatars

多种风格SVG头像生成工具

.. image:: https://github.com/007gzs/avatars/raw/master/resource/male_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/male_0.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/female_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/female_0.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/identicon_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/identicon_0.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/bottts_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/bottts_0.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/initials_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/initials_0.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/gridy_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/gridy_0.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/avatio_female_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/avatio_female_0.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/avatio_male_0.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/avatio_male_0.svg


.. image:: https://github.com/007gzs/avatars/raw/master/resource/male_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/male_1.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/female_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/female_1.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/identicon_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/identicon_1.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/bottts_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/bottts_1.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/initials_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/initials_1.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/gridy_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/gridy_1.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/avatio_female_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/avatio_female_1.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/avatio_male_1.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/avatio_male_1.svg


.. image:: https://github.com/007gzs/avatars/raw/master/resource/male_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/male_2.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/female_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/female_2.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/identicon_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/identicon_2.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/bottts_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/bottts_2.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/initials_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/initials_2.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/gridy_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/gridy_2.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/avatio_female_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/avatio_female_2.svg .. image:: https://github.com/007gzs/avatars/raw/master/resource/avatio_male_2.svg?sanitize=true :target: https://github.com/007gzs/avatars/raw/master/resource/avatio_male_2.svg


安装


目前 Avatars 支持的 Python 环境有 2.7, 3.4, 3.5, 3.6, 3.7 和 pypy。

为了简化安装过程,推荐使用 pip 进行安装

.. code-block:: bash

pip install avatars

升级 Avatars 到新版本::

pip install -U avatars

如果需要安装 GitHub 上的最新代码::

pip install https://github.com/007gzs/avatars/archive/master.zip

使用


代码样例::

from avatars.sprite import *
print(MaleSprite().create("张三"))
print(FemaleSprite().create("张三"))
print(IdenticonSprite().create("张三"))
print(BotttsSprite().create("张三"))
print(InitialsSprite().create("张三"))

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc