Awesome-Python-Scripts/Random_Names_Generator
2018-10-04 01:26:29 +05:30
..
CSV_Database_Of_First_And_Last_Names Added Random Names Generator 2018-10-04 01:26:29 +05:30
Random_Name_Generator.py Added Random Names Generator 2018-10-04 01:26:29 +05:30
README.md Added Random Names Generator 2018-10-04 01:26:29 +05:30

Random Names Generator

A simple python script to generate some random names.

There are two csv files for 'First Name' and 'Last Name' in text 'CSV_Database_Of_First_And_Last_Names' taken from here

Usage

Step 1

Fork this Repo and Clone it to your local machine.

$ git clone https://github.com/YOUR_USERNAME/Random_Names_Generator.git
$ cd Random_Names_Generator

Step 2

To run the python3 program

$ python3 Random_Name_Generator.py

The above only returns only one name.

Add number of names if more than one name is required.

$ python3 Random_Name_Generator.py 5

Tip:- In Linux Machines you can save the files as text using output redirection

$ python3 Random_Name_Generator.py 10 >> Random_Names_Generator.txt