|
1 | 1 | # Python-Random-Name-Generator
|
2 | | -[](https://codeclimate.com/github/navchandar/Python-Random-Name-Generator) [](https://github.com/navchandar/Python-Random-Name-Generator/blob/master/LICENSE) [](https://github.com/navchandar/Python-Random-Name-Generator/issues) |
| 2 | + |
| 3 | +[](https://codeclimate.com/github/navchandar/Python-Random-Name-Generator) [](https://github.com/navchandar/Python-Random-Name-Generator/blob/master/LICENSE) |
| 4 | +[](https://github.com/navchandar/Python-Random-Name-Generator/issues) |
3 | 5 | [](https://www.python.org/)
|
4 | 6 |
|
5 | | -Outputs RANDOM People names, US state, counties and addresses, Countries and Company names. Useful for testing Name/Address fields with random data. |
| 7 | + |
| 8 | + - Outputs RANDOM People names, US state, counties and addresses, Countries and Company names. |
| 9 | + - Useful for testing Name/Address fields with random data. |
6 | 10 |
|
7 | 11 | ### Installation
|
8 | | -No dependencies required. Just pure Python. |
| 12 | +-No dependencies required. Just pure Python. |
9 | 13 |
|
10 | | -Simply [download](https://github.com/navchandar/Python-Random-Name-Generator/releases/latest) the repo to your project folder and start using for your development/testing purposes. |
| 14 | +-Simply [download](https://github.com/navchandar/Python-Random-Name-Generator/releases/latest) the repo to your project folder and start using for your development/testing purposes. |
11 | 15 |
|
12 | | -Please add your suggestions or ideas or data [here](https://github.com/navchandar/Python-Random-Name-Generator/issues). |
| 16 | +-Please add your suggestions or ideas or data [here](https://github.com/navchandar/Python-Random-Name-Generator/issues). |
13 | 17 |
|
14 | 18 |
|
15 | 19 | ### Usage
|
16 | 20 | ```py
|
17 | | -import random-names |
18 | | -random-names.First() # outputs random first name |
19 | | -random-names.Last() # outputs random last name |
20 | | -random-names.Full() # outputs random first and last name |
21 | | -random-names.Company() # outputs random company name |
22 | | -random-names.Address() # outputs random Address |
23 | | -random-names.StateCode() # outputs random US State Code |
24 | | -random-names.States() # outputs random US State name |
25 | | -random-names.Country() # outputs random Country name |
26 | | -random-names.Places() # outputs random Place name |
| 21 | +import random_names |
| 22 | +random_names.First() # outputs random first name |
| 23 | +random_names.Middle() # outputs random middle name |
| 24 | +random_names.Last() # outputs random last name |
| 25 | +random_names.Full() # outputs random first and last name |
| 26 | +random_names.Company() # outputs random company name |
| 27 | +random_names.Address() # outputs random Address |
| 28 | +random_names.StateCode() # outputs random US State Code |
| 29 | +random_names.States() # outputs random US State name |
| 30 | +random_names.Country() # outputs random Country name |
| 31 | +random_names.Places() # outputs random Place name |
27 | 32 | ```
|
28 | 33 |
|
29 | 34 | ### Donate
|
|
0 commit comments