# Generates phone-related data including IMSI, IMEI, ICCID, MAC address, and phone number
## pip install tacimeicalc
### Tested against Windows / Python 3.11 / Anaconda
```python
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'}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/hansalemaos/tacimeicalc",
"name": "tacimeicalc",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "android",
"author": "Johannes Fischer",
"author_email": "aulasparticularesdealemaosp@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c1/13/421d1f71a53ec7dd732b907ea2f19c666e4f576c763d44805e61c7e4109d/tacimeicalc-0.10.tar.gz",
"platform": null,
"description": "\r\n# Generates phone-related data including IMSI, IMEI, ICCID, MAC address, and phone number\r\n\r\n## pip install tacimeicalc\r\n\r\n### Tested against Windows / Python 3.11 / Anaconda\r\n\r\n\r\n```python\r\n\r\nGenerates phone-related data including IMSI, IMEI, ICCID, MAC address, and phone number.\r\n\r\n Args:\r\n tac (str): Type Allocation Code.\r\n mcc_number (int): Mobile Country Code number.\r\n mnc_number (int): Mobile Network Code number.\r\n mac_prefix (str): MAC address prefix.\r\n line_country (int): Line country code.\r\n phonenumber (str): Phone number.\r\n\r\n Returns:\r\n dict: A dictionary containing phone-related data.\r\nfrom tacimeicalc import calculate_phone_data\r\nphonedata=calculate_phone_data(tac='35440811', mcc_number=724, mnc_number=11, mac_prefix='00:0A:00', line_country=55, phonenumber='82984743677')\r\nprint(phonedata)\r\n# {'imsi': '724118298474367', 'imei': '354408113368770', 'iccid': '89550000118298474360', 'macaddress': '00:0A:00:89:83:3A', 'phone_number': '5582984743677'}\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Generates phone-related data including IMSI, IMEI, ICCID, MAC address, and phone number",
"version": "0.10",
"project_urls": {
"Homepage": "https://github.com/hansalemaos/tacimeicalc"
},
"split_keywords": [
"android"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c127954048aaf0f9efc9e3543bd59e4a5033b0b51c87b9d9a28375785c9b9fdc",
"md5": "37acdfe94520b51afc1c233477e12ef9",
"sha256": "004d3d3fd1f3bcefab7749bb1ec8ff125b7f85ab8a170fc301d961b2d33fab2f"
},
"downloads": -1,
"filename": "tacimeicalc-0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "37acdfe94520b51afc1c233477e12ef9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4566,
"upload_time": "2023-12-17T21:00:48",
"upload_time_iso_8601": "2023-12-17T21:00:48.176011Z",
"url": "https://files.pythonhosted.org/packages/c1/27/954048aaf0f9efc9e3543bd59e4a5033b0b51c87b9d9a28375785c9b9fdc/tacimeicalc-0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c113421d1f71a53ec7dd732b907ea2f19c666e4f576c763d44805e61c7e4109d",
"md5": "c1ad486bdebef0f663efd8ca8413ff25",
"sha256": "bea1919426a56207ac6bba0d79d90b7c747c1cb990148317203191ad68b71d01"
},
"downloads": -1,
"filename": "tacimeicalc-0.10.tar.gz",
"has_sig": false,
"md5_digest": "c1ad486bdebef0f663efd8ca8413ff25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3541,
"upload_time": "2023-12-17T21:00:49",
"upload_time_iso_8601": "2023-12-17T21:00:49.579643Z",
"url": "https://files.pythonhosted.org/packages/c1/13/421d1f71a53ec7dd732b907ea2f19c666e4f576c763d44805e61c7e4109d/tacimeicalc-0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-17 21:00:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hansalemaos",
"github_project": "tacimeicalc",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "tacimeicalc"
}