Popular recipes tagged "usernames" but not "password"http://code.activestate.com/recipes/tags/usernames-password/2008-10-29T06:24:18-07:00ActiveState Code RecipesGenerate random user names from local dictionary file (Python)
2008-10-29T06:24:18-07:00Micah Elliotthttp://code.activestate.com/recipes/users/2649403/http://code.activestate.com/recipes/576544-generate-random-user-names-from-local-dictionary-f/
<p style="color: grey">
Python
recipe 576544
by <a href="/recipes/users/2649403/">Micah Elliott</a>
(<a href="/recipes/tags/testing/">testing</a>, <a href="/recipes/tags/usernames/">usernames</a>).
Revision 3.
</p>
<p>Sometimes for testing purposes you need to fill a database with randomly generated user names. Or maybe you're just offering distinguishable anonymity to users for whatever reason. Or maybe your product needs a codename! This describes a very simple way to get a bunch of "names".</p>