Package Updated on :
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. We add new names daily.
What's New ? See Changelogs
- Enable console/command line utility
- Added more names
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 *
For Command Line Utility CLI or to print names directly from terminal/command prompt, use :
$ name
or
$ indianname
Use with flags to gain more control :
$ name male // generate male name
$ name female // generate female name
$ name random // generate random name
>>> 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
$ indianname
You can generate Names :
-
Randomly name using function
randname()
-
Male name using function
male()
-
Female name using function
female()
- Command Line Utility
- Update on latest version automatically
- Update names automatically
- 10+ Names added daily
- Create 70000+ 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
-
This Version : v1.0.5 [01 March 2023]
- Command Line operations added
- Added more names
- Bugs fixed and performance improvements
-
Version : v1.0.4 [19 May 2021]
- Automatic Update from pypi.org added
- Automatic Updates of Name Added
- Bugs fixed and performance improvements
-
Version : 1.0.3
- Release on : December 20 , 2020
- Full Documentation
- Large list of Names
- Bugs Fixed
-
Version 1.0.2
- Release on : December 19 , 2020
- Few Names
- Lack of Documentation
- Performance improvement
-
Version 1.0.1
- Release on : December 19 , 2020
- First Release
- No Documentation
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 connect.world12345@gmail.com
Thank you
Made with ❤ in India 🇮🇳
This Repository is Licensed Under MIT License.
See LICENSE for more