Socket
Socket
Sign inDemoInstall

adjectiveanimalnumber

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    adjectiveanimalnumber

A simple package to generate random adjectives with an animal name and a random integer.


Maintainers
1

Readme

AdjectiveAnimalNumber

This is a port in Python of the adjectiveadjectiveanimal

Installation

pip install adjectiveanimalnumber

Usage

CLI

usage: adjectiveanimalnumber [-h] [-a ADJS] [-s SEP] [-n NUM] [-i INF] [-u SUP]                                                                                                                                                                                     

Generate a random adjective with an animal name and a random integer.

optional arguments:
  -h, --help            show this help message and exit
  -a ADJS, --adjs ADJS  Number of adjectives to generate
  -s SEP, --sep SEP     Separator between adjectives and animal name
  -n NUM, --num NUM     Add a random integer to the end of the string
  -i INF, --inf INF     Inferior limit for random integer
  -u SUP, --sup SUP     Superior limit for random integer

Examples:

adjectiveanimalnumber -a 2 -n 1 -i 0 -u 100
adjectiveanimalnumber -a 3 -s "_" -i 0 -u 1024

Python

from adjectiveanimalnumber import generate
generate()

FAQs


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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc