names Random name generator Installation The script is available on PyPI. To install with pip: sudo pip install names Usage Names can be used as a command line utility or imported as a Python package. Command Line Usage To use the script from the command line: $ names John Powell Python Package Usage Here are examples of all current features:
Pin a seed value for the underlying PRNG to reproduce a given name. The package also exposes a basic command-line interface for scripting outside of Python.