- Notifications
You must be signed in to change notification settings - Fork16
Python data provider module that returns random people names, addresses, state names, country names as output. Useful for unit testing and automation.
License
NotificationsYou must be signed in to change notification settings
navchandar/Python-Random-Name-Generator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- Outputs RANDOM People names, US state, counties and addresses, Countries and Company names.
- Useful for testing Name/Address fields with random data.
No dependencies required. Just pure Python v3+
Simplydownload the repo to your project folder or
git clone https://github.com/navchandar/Python-Random-Name-Generator.git
And start using for your development/testing purposes.
Please add your ideas/suggestions or more test datahere.
importrandom_namesrandom_names.First()# outputs random first namerandom_names.Middle()# outputs random middle namerandom_names.Last()# outputs random last namerandom_names.Full()# outputs random first and last namerandom_names.Company()# outputs random company namerandom_names.Address()# outputs random Addressrandom_names.StateCode()# outputs random US State Coderandom_names.States()# outputs random US State namerandom_names.Country()# outputs random Country namerandom_names.Places()# outputs random Place name
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.