Skip to content

Commit 5e31072

Browse files
authored
Update README.md
1 parent e31e237 commit 5e31072

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Python-Random-Name-Generator
22
[![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)
33

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+

0 commit comments

Comments
 (0)