Metadata-Version: 2.1
Name: getindianname
Version: 1.0.4
Summary: Generate names based on India. Generate more than 50K unique name within 5 seconds. Names Automaticaly added and updated. About 10+ names were added daily.
Home-page: https://github.com/techux/getindianname
Author: Devesh Singh
Author-email: connect.world12345@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.0
Description-Content-Type: text/markdown

# getindianname
[![PyPI version shields.io](https://img.shields.io/pypi/v/getindianname.svg)](https://pypi.python.org/pypi/getindianname/)
[![PyPI license](https://img.shields.io/pypi/l/getindianname.svg)](https://pypi.python.org/pypi/getindianname)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/TechUX/getindianname/pulls)
[![GitHub issues](https://img.shields.io/github/issues/techux/getindianname.svg)](https://github.com/techux/getindianname/issues/)
[![Awesome Badges](https://img.shields.io/badge/Pypi-Install-green.svg)](https://pypi.org/project/getindianname/)
[![Run on Collab](https://img.shields.io/badge/Run%20on-Google%20Collab-blue.svg?style=flat-square)](https://colab.research.google.com/drive/1P84zjhjrGmV0rsRrnvTeeSbjQRtt1slQ?usp=sharing) <br>
[![Owner : Devesh Singh](https://img.shields.io/badge/Owner%20-Devesh%20Singh-blue.svg?style=flat-square)](https://instagram.com/devesh92744)
[![Available on Pypi](https://img.shields.io/badge/Available%20on%20-Pypi-brightgreen.svg?style=flat-square)](https://pypi.org/project/getindianname/)
[![Last Update](https://img.shields.io/badge/Last%20Update-%20January%2029%202022-blue.svg?style=flat-square)](https://github.com/TechUX/getindianname#changelogs) <br><br>
**Package Updated on : 29 January 2021**<br>[See Changelogs](#changelogs)<br>

[![Total Downloads](https://pepy.tech/badge/getindianname)](https://pepy.tech/project/getindianname)
[![Downloads](https://pepy.tech/badge/getindianname/week)](https://pepy.tech/project/getindianname)
[![Downloads](https://pepy.tech/badge/getindianname/month)](https://pepy.tech/project/getindianname)
[![getindianname](https://snyk.io/advisor/python/getindianname/badge.svg)](https://snyk.io/advisor/python/getindianname)

This package have ability to generate 50K+ Indian Names [Hindi Names] for various uses. [See Project Ideas](#project-ideas)<br>Generate Indian Names Randomly from various region of India.
[ mainly from North(Uttar Pradesh) and West (Gujarat - Punjab) region]. Other region names added daily.

### [Check Here for Latest Documentation](https://github.com/techux/getindianname)

# Table Of Content
- [Installation](#installation)
- [Statistics](#statistics)
- [Usages](#usage)
  - [Sample Example](#sample-example)
- [Features](#features)
- [Project Ideas](#project-ideas)
- [Changelogs](#changelogs)
- [Contribution](#contributing)

## Installation
This package is available on pypi.<br>[Check Here](https://pypi.org/project/getindianname)

``` console
 pip install getindianname 
```
[Run on Google Collab](https://colab.research.google.com/drive/1P84zjhjrGmV0rsRrnvTeeSbjQRtt1slQ?usp=sharing)
## Statistics
**Downloads** from *[pypi.org](https://pypi.org/project/getindianname)*

[![Total Downloads](https://pepy.tech/badge/getindianname)](https://pepy.tech/project/getindianname)
[![Downloads](https://pepy.tech/badge/getindianname/week)](https://pepy.tech/project/getindianname)
[![Downloads](https://pepy.tech/badge/getindianname/month)](https://pepy.tech/project/getindianname)
[![getindianname](https://snyk.io/advisor/python/getindianname/badge.svg)](https://snyk.io/advisor/python/getindianname)

## Usage
You will need to *_import getindianname_* on python program or python shell before use.
``` python
from getindianname import *
```
### Sample Example
``` Python
>>> import getindianname as name

#random name
>>> print(name.randname())
Sanket Seth

#Female Name
>>> print(name.female())
Nitya Divedi

#Male Name
>>> print(name.male())
Abhijeet Pandey

```
<!-- 
For *_command line operation_* type this
```console
indianname
```
-->

You can generate Names :
- Randomly name
using function ```randname()```

- Male name
using function ``` male() ```

- Female name
 using function ``` female()```

## Features
- Update on latest version automatically
- Update names automatically
- 10+ Names added daily
- Create 50000+ Names
- Create male and female names separately
- Create Random Names
- Add Your own Names

## Project Ideas
- Fake Indian Name Generator
- Fake e-mail address generator
- Dumb Data Generator
- Generate Data for testing Form Filing
- Use it for Bulk Form filling spam checking
- And Much more like that

## Changelogs
- Current Version : v1.0.4 [19 May 2021]
  - Automatic Update from pypi.org added
  - Automatic Updates of Name Added
  - Command Line operations added
  - Bugs fixed and performance improvements

- Version : 1.0.3, 1.0.2, 1.0.1, 1.0.1
  - _Currently not available_
- First Release
  - _Not known_

## [Contributing](https://github.com/devesh7272/getindianname/blob/main/CONTRIBUTING.md#contributing-to-getindianname)
See [Contributing.md](https://github.com/devesh7272/getindianname/blob/main/CONTRIBUTING.md#contributing-to-getindianname)

To add your own name you should follow these steps
- Fork this repo [From GitHub](https://github.com/devesh7272/getindianname)
- Edit malename and femalename file 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
[![Awesome Badges](https://img.shields.io/badge/Made%20by-Devesh%20Singh-blue.svg)](https://www.facebook.com/devesh790)

Made with ❤ in India 🇮🇳

This Repository is Licensed Under MIT License.

See [LICENSE](https://github.com/devesh7272/getindianname/blob/main/LICENSE) for more

