this package generate personal details of fake iranian person
Project description
This is a fake Iranina person generator that can generate: random full name, random boy name, random girl name, random last name, random full boy name, rando, full girl name, national id(code meli), ...
CHANGE LOG
0.0.1 (14/02/2022)
- First Release
#shakhs library creted by Samrand Majnooni
##install:
pip install shakhs
```python
import:
```python
import shakhs
```python
##use:
to generate man first name:
```python
x=shakhs.randomBoyName()
print(x)
```python
---------------------
to generate girl first name:
```python
x=shakhs.randomGirlName()
print(x)
```python
----------------------
to generate lastname:
```python
x=shakhs.randomLastName()
print(x)
```python
----------------------
to generate first name + lastname(boy):
```python
x=shakhs.randomFullBoyName()
print(x)
```python
----------------------
to generate first name + last name (girl)
```python
x=shakhs.randomFullGirlName()
print(x)
```python
----------------------
to generate random name(girl or boy):
```python
x=shakhs.randomName()
print(x)
```python
----------------------
to generate random fake iranian Id:
# Validate a real codemelli
>>> shakhs.validator(2833411839)
True
# Validate a fake codemelli
>>> shakhs.validator(3235632189)
False
# Generate a random valid codemelli
>>> shakhs.generator()
6615365987
# Generate a random codemelli with a defined city code
>>> shakhs.generator(223)
2239832630
# Lookup city and state of a valid codemelli
>>> shakhs.lookup(2239832630)
{'city': 'بندرترکمن', 'state': 'گلستان'}
##Samrand Majnooni
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shakhs-0.0.3.tar.gz
(25.2 kB
view details)
File details
Details for the file shakhs-0.0.3.tar.gz.
File metadata
- Download URL: shakhs-0.0.3.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8777a4cc485e7a68d54b576e7b5f33dbd9f314119f68f9b2ae3066da43f34776
|
|
| MD5 |
82fb07ef32274ecd0a7ea2f1ed379145
|
|
| BLAKE2b-256 |
d8c536d1cb47a79cb28596b9c36575300fda182a38a39757be1dcab461ce664c
|