
pysimcard - PyPI
Aug 3, 2021 · This repository contains Python programs that can be used to read, program (write) and browse certain fields/parameters on so-called programmable SIM/USIM cards.
python - Extracting ICCID from a string using regex - Stack Overflow
Sep 23, 2016 · As a result, I'm looking for a regular expression that will extract the ICCID (in a way that's agnostic to non-word characters immediately surrounding it). Given that an ICCID is …
How to access a SIM card programmatically? - Stack Overflow
You can do that with any PC/SC smart card reader (and writer, as others pointed out) and a program that can read and parse the data for you. Talking to a card is done via APDU …
Wiki - pySim - Open Source Mobile Communications - Osmocom
pySim is a suite of programs (develped in python) for interfacing with SIM/UICC/USIM/ISIM cards. pySim-shell is an interactive command line tool for navigating around the card file system, …
tacimeicalc - PyPI
Dec 17, 2023 · 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 …
GitHub - osmocom/pysim: A python tool to explore and program …
This repository contains a number of Python programs related to working with subscriber identity modules of cellular networks, including but not limited to SIM, UICC, USIM, ISIM, HPSIMs and …
python - Implementation of Luhn Formula - Stack Overflow
I was trying to implement the Luhn Formula in Python. Here is my code: if number.isdigit(): last_digit = int(str(number)[-1]) reverse_sequence = list(int(d) for d in str(int(number[-2::-1]))) …
Python script to calculate ICCID check digit for the specified …
# This program will read a range of ICCID numbers (start and stop) WITHOUT # the last check digit, calculate the corresponding check digit, and print # them to standard output (stdout). # …
Generates phone-related data including IMSI, IMEI, ICCID, MAC …
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 .
iccid · GitHub Topics · GitHub
Jan 9, 2025 · Utils to manipulate and learn from assorted device identifier formats via Reincubate's API. Add a description, image, and links to the iccid topic page so that …
- Some results have been removed