Skip to content

ShRajSh/getindianname

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getindianname

PyPI version shields.io PyPI license PRs Welcome GitHub issues Awesome Badges Run on Collab
Owner : Devesh Singh Available on Pypi Last Update

Package Updated on : 29 January 2021
See Changelogs

Total Downloads Downloads Downloads getindianname

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

Table Of Content

Installation

This package is available on pypi.
Check Here

 pip install getindianname 

Run on Google Collab

Statistics

Downloads from pypi.org

Total Downloads Downloads Downloads getindianname

Usage

You will need to import getindianname on python program or python shell before use.

from getindianname import *

Sample Example

>>> 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

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

See Contributing.md

To add your own name you should follow these steps

  • Fork this repo From GitHub
  • 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 [email protected]

Thank you

License

Awesome Badges

Made with ❤ in India 🇮🇳

This Repository is Licensed Under MIT License.

See LICENSE for more

About

Python Module to Generate Indian Names

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%