Code Monkey home page Code Monkey logo

py-namegen's Introduction

A utility for generating names and email addresses.

The names are taken from the 1990 U.S. Census. Names are chosen at random, weighted by infrequency.

If you want to be more boring (though you'll still get many entertaining results), use weirdOrder=False in the constructor.

Examples

From the shell, optional arg specifies how many names to generate:

% python namegen.py 3
Pasty Stash <[email protected]>
Altagracia Kotula <[email protected]>
Len Putzer <[email protected]>

From the python repl:

>>> import namegen
>>> n = namegen.NameGen()
>>> ['%(first)s %(last)s %(email)s' % (n.next()) for i in range(10)]
['Stormy Miska [email protected]',
 'Mozella Kopet [email protected]',
 'Mardell Varrato [email protected]',
 'Lynsey Weader [email protected]',
 'Alpha Klena [email protected]',
 'Boyce Interiano [email protected]',
 'Malcom Filipek [email protected]',
 'Jeanetta Pizzini [email protected]',
 'Chanelle Schilk [email protected]',
 'Ike Muyskens [email protected]']

There is also a little web.py server for serving lists of names to networked applications. It returns json.

% python server.py &
% curl http://localhost:8080/42
[ ... list of 42 awesome names ... ]

Requirements

  • numpy (pip install numpy)
  • web (pip intall web.py)

py-namegen's People

Contributors

jedp avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.