pseudorandom.name

March 12, 2013 ยท View on GitHub

An HTTP-based random name generator written in Python if Flask.

Available online at http://pseudorandom.name

Currently hosted on Heroku. Uses names_ Python package.

Usage

From a web browser: http://pseudorandom.name

From a mobile web browser: http://pseudorandom.name

From the command line:

.. code-block:: bash

$ curl pseudorandom.name
Carlos Austin
$ wget -qO- pseudorandom.name
Arthur Williamson

License

This project is released under an MIT license_.

.. _names: https://github.com/treyhunner/names .. _mit license: http://th.mit-license.org/2013