Metadata-Version: 2.1
Name: getindianname
Version: 1.0.2
Summary: Get 30K+ random indian names
Home-page: https://github.com/devesh7272/getindianname
Author: Devesh Singh
Author-email: connect.world12345@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=2.0
Description-Content-Type: text/markdown

# Indian Name Generator
Generate Indian Names Randomly from various region of India.
[ mainly from North(Uttar Pradesh) and West (Gujarat - Punjab) region]

## Installation
``` python
pip install getindianname
 ```

## How to use it
you will need to *_import getindianname_* on python program or terminal.
``` python
from getindianname import *
```
You can generate Names :
- Randomly 
using function  **randname()**

- Male 
using function  **male()**

- Female
 using function   **female()**

## Features
- 10+ Names added daily
- Create 50000+ Names
- Create male and female names separately
- Create Random Names
- Add Your own Names

## Add your own Names
To add your own name you should follow these steps
- Fork this repo [From GitHub](https://github.com/devesh7272/Indian_Name_Generator)
- Edit main.py and add the male female names and titles separately
- Commit change and pull request

You also send names on my email 
connect.world12345@gmail.com

Thank you

## License
@ 2020 Devesh Singh
Made with ❤ in India 🇮🇳

This Repository is Licensed Under MIT License.

See LICENSE for more

