Giter VIP home page Giter VIP logo

names's Introduction

Names

Names.py: a Python program and module to generate random personal information: names, addresses, birth dates and emails

Install: python setup.py

Usage: names.py [-h] [--firstname] [--lastname] [--email] [--birthdate] [--address]

optional arguments: -h, --help show this help message and exit --firstname returns a first name --lastname returns a last name --email returns an email --birthdate returns a birth date --address returns an address

Description: Names allows to generate imaginary persons information at random: first name, last names, address, age and email. The first and last names are taken from the 2010 US census data. Names are randomly selected with a higher probability to be picked up if they are more common. Address information is extracted from a list of localities in the US and the list of streets in New-York city. No postal code is generated so far. Birth date are generated to allow persons of 101 years old max. Emails are generated using a list of emails domains.

Notice: it is recommended to use this program as a python library if used many times. The command line command is slow as data files are loaded at each execution.

Disclaimer: This programme is only intended for fun or experiments needing random, fake persons name. All characters appearing in this work are fictitious. Any resemblance to real persons, living or dead, is purely coincidental. Do not to try matching the generated data with real persons or send messages to the generated emails.

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.