Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
RoboArt is a basic random avatar generator which generates avatar in 4 different sets when hash is provided.
You can install RoboArt via pip:
pip3 install -U RoboArt
This will install the latest version of RoboArt
To update your existing RoboArt package, use:
pip3 install RoboArt - U
Import RoboArt in your Python script and create an instance of the roboart class:
from RoboArt import roboart
ra = roboart()
Then, generate an avatar by passing a hash value to the robo() method:
ra.robo("thisishash")
This will generate an avatar based on the provided hash value.
from RoboArt import roboart
ra = roboart()
# You can use any random string hash, it doesnt matter
Robot = ra.robo("Robot") # It generates a robot avatar
Monster = ra.monster("Monster") # It generates a monster avatar
RoboHead = ra.robohead("Head") # It generates a robot head avatar
Kittens = ra.kitten('cats') # It generates a cat avatar
print(Robot) # prints robo
This project is licensed under the terms of the MIT license. You can find the full license text in the LICENSE file.
FAQs
A basic random avatar generator
We found that RoboArt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.