namesgenerator
Advanced tools
Weekly downloads
Readme
Docker-style names generator, ported to Python and JavaScript/TypeScript.
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
import getRandomName from './namesgenerator';
console.log(getRandomName()) // hopeful_morse
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
>>> 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
FAQs
Docker-style names generator
The npm package namesgenerator receives a total of 413 weekly downloads. As such, namesgenerator popularity was classified as not popular.
We found that namesgenerator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.