File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Python-Random-Name-Generator
2
2
[ ![ Code Climate] ( https://codeclimate.com/github/navchandar/Python-Random-Name-Generator.svg )] ( https://codeclimate.com/github/navchandar/Python-Random-Name-Generator ) [ ![ license] ( https://img.shields.io/badge/License-GPL%20v3-blue.svg )] ( https://github.com/navchandar/Python-Random-Name-Generator/blob/master/LICENSE ) [ ![ HitCount] ( http://hits.dwyl.io/navchandar/Python-Random-Name-Generator.svg )] ( http://hits.dwyl.io/navchandar/Python-Random-Name-Generator ) [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/navchandar/Python-Random-Name-Generator/issues )
3
3
4
- Provides random names, addresses as output
4
+ Outputs RANDOM People names, US state, counties and addresses, Countries and Company names.
5
+
6
+ ### Installation
7
+ No dependencies required. Just pure Python and text files.
8
+ Download the repo to your project folder.
9
+
10
+ ### Usage
11
+ ``` py
12
+ import random- names
13
+ random- names.First()
14
+ random- names.Last()
15
+ ...
16
+ ```
17
+
You can’t perform that action at this time.
0 commit comments