You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

seavatar

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seavatar

Tool To Generate Beach themed -MLH avatars

0.1.1
Maintainers
1

Seavatar

Seavatar is a python library which generates beach-MLH themed avatars

Installation

Use the package manager pip to install Seavatar

pip install seavatar

Usage

import seavatar

svgtext=seavatar.generate_seavatar("GitHub","github.svg")
#The first argument is the string which needs to be 
#converted to an avatar ,the second argument is the filename
#where the file should be stored, by default the filename is
#seavatar.svg

print(svgtext)

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