Generates phone-related data including IMSI, IMEI, ICCID, MAC address, and phone number
Project description
Generates phone-related data including IMSI, IMEI, ICCID, MAC address, and phone number
pip install tacimeicalc
Tested against Windows / Python 3.11 / Anaconda
Generates phone-related data including IMSI, IMEI, ICCID, MAC address, and phone number.
Args:
tac (str): Type Allocation Code.
mcc_number (int): Mobile Country Code number.
mnc_number (int): Mobile Network Code number.
mac_prefix (str): MAC address prefix.
line_country (int): Line country code.
phonenumber (str): Phone number.
Returns:
dict: A dictionary containing phone-related data.
from tacimeicalc import calculate_phone_data
phonedata=calculate_phone_data(tac='35440811', mcc_number=724, mnc_number=11, mac_prefix='00:0A:00', line_country=55, phonenumber='82984743677')
print(phonedata)
# {'imsi': '724118298474367', 'imei': '354408113368770', 'iccid': '89550000118298474360', 'macaddress': '00:0A:00:89:83:3A', 'phone_number': '5582984743677'}
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
tacimeicalc-0.10.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file tacimeicalc-0.10.tar.gz
.
File metadata
- Download URL: tacimeicalc-0.10.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bea1919426a56207ac6bba0d79d90b7c747c1cb990148317203191ad68b71d01 |
|
MD5 | c1ad486bdebef0f663efd8ca8413ff25 |
|
BLAKE2b-256 | c113421d1f71a53ec7dd732b907ea2f19c666e4f576c763d44805e61c7e4109d |
File details
Details for the file tacimeicalc-0.10-py3-none-any.whl
.
File metadata
- Download URL: tacimeicalc-0.10-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 004d3d3fd1f3bcefab7749bb1ec8ff125b7f85ab8a170fc301d961b2d33fab2f |
|
MD5 | 37acdfe94520b51afc1c233477e12ef9 |
|
BLAKE2b-256 | c127954048aaf0f9efc9e3543bd59e4a5033b0b51c87b9d9a28375785c9b9fdc |