Package Updated on : 29 January 2021
See Changelogs
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.
This package is available on pypi.
Check Here
pip install getindianname
Downloads from pypi.org
You will need to import getindianname on python program or python shell before use.
from getindianname import *
>>> 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()
- 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
- 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
-
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
Made with ❤ in India 🇮🇳
This Repository is Licensed Under MIT License.
See LICENSE for more