User Info Generator

People Name Generator

August 2nd, 2016

People name generator is an online tool that allows you to generate a list of some random names. It is a super easy tool that will help you instantaneously generate a list of 1 to 50 names belonging to either male, female or a random list containing names from both genders. The tool is easy enough that even a new user will face no difficulty using it. Just select the number of names desired and the gender, and within no time, you have the names. As it generates names randomly from our over 25,000 names list and counting, it is pretty much guaranteed that you will never see a name from your previous search in subsequent searches. The tool is especially helpful for people searching for valid names to deceive their identity or scriptwriters searching for options of names for their fictitious characters.

Name Attributes

Data Set

Data: Select all
  • Mr Edmund Swing
  • Ms Manya Kelleher
  • Mr Greger Soliman
  • Mr Rishab Bowers
  • Ms Endocia Scott

Insert SQL Set

Query String: Select all
  • INSERT INTO `person` (`gender`, `firstname`, `lastname`) VALUES
  • ('M', 'Edmund', 'Swing'),
  • ('F', 'Manya', 'Kelleher'),
  • ('M', 'Greger', 'Soliman'),
  • ('M', 'Rishab', 'Bowers'),
  • ('F', 'Endocia', 'Scott');

SQL Create Table

SQL Create: Select all
  • CREATE TABLE `person` (
  •   `id` int(11) NOT NULL AUTO_INCREMENT,
  •   `gender` varchar(255) NOT NULL,
  •   `firstname` varchar(255) NOT NULL,
  •   `lastname` varchar(255) NOT NULL,
  •   PRIMARY KEY (`id`)
  • ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Testimonials

"Incredible, usually for testing we have to obfuscate live user data, but with your data I was able to create a 1,000 users in only a few minutes."

Russ McEwan, Denver, CO

"Thanks this is exactly what I was looking for when I needed a lot of users created as test data."

Timothy Hardy, Chicago, IL

"So glad I stumbled on this site. Now I would not be able to do my job without these helpful generators. Thanks."

S. Rosario, Maryland