Socket
Socket
Sign inDemoInstall

namesgenerator

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    namesgenerator

Docker-style names generator


Version published
Weekly downloads
869
increased by75.56%
Maintainers
1
Install size
68.0 kB
Created
Weekly downloads
 

Readme

Source

namesgenerator

Docker-style names generator, ported to Python and JavaScript/TypeScript.

JavaScript

Just copy namesgenerator.js to your project:

curl -O https://raw.githubusercontent.com/shamrin/namesgenerator/master/namesgenerator.js

Or as TypeScript module:

curl -o namesgenerator.ts https://raw.githubusercontent.com/shamrin/namesgenerator/master/namesgenerator.js
Usage
import getRandomName from './namesgenerator';

console.log(getRandomName()) // hopeful_morse

Python

Just copy namesgenerator.py to your project:

curl -O https://raw.githubusercontent.com/shamrin/namesgenerator/master/namesgenerator.py

Or install from PyPI:

pip install namesgenerator
Usage
>>> import namesgenerator
>>> print namesgenerator.get_random_name()
hopeful_morse
>>> for i in range(5):
...   print namesgenerator.get_random_name()
...
angry_torvalds
jolly_nobel
happy_almeida
sleepy_kowalevski
happy_almeida

Other implementations

  • Go (original)
  • Alternative JavaScript implementation, Node.js only

FAQs

Last updated on 21 Nov 2017

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