Skip to content

Python data provider module that returns random people names, addresses, state names, country names as output. Useful for unit testing and automation.

License

Notifications You must be signed in to change notification settings

navchandar/Python-Random-Name-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Random-Name-Generator

Code Climate license contributions welcome made-with-python

Outputs RANDOM People names, US state, counties and addresses, Countries and Company names. Useful for testing Name/Address fields with random data.

Installation

No dependencies required. Just pure Python.

Simply download the repo to your project folder and start using for your development/testing purposes.

Please add your suggestions or ideas or data here.

Usage

import random-names random-names.First() # outputs random first name random-names.Last() # outputs random last name random-names.Full() # outputs random first and last name random-names.Company() # outputs random company name random-names.Address() # outputs random Address random-names.StateCode() # outputs random US State Code random-names.States() # outputs random US State name random-names.Country() # outputs random Country name random-names.Places() # outputs random Place name

Donate

Paypal Badge Ko-Fi Badge BuymeCoffee Badge

About

Python data provider module that returns random people names, addresses, state names, country names as output. Useful for unit testing and automation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages