mcc-mnc-table icon indicating copy to clipboard operation
mcc-mnc-table copied to clipboard

Feature/mcc mnc table v2

Open IlayG01 opened this issue 1 year ago • 0 comments

New Fetcher & Parser for JSON, CSV, and XML

provides a more structured and modular approach for fetching, parsing, and storing MCC and MNC data from a website, with the ability to generate output files in different formats.

Usage

from mcc_mnc_fetcher import MCCMNCFetcher
MCCMNCFetcher.json_file()  # creates mcc-mnc-table.json
MCCMNCFetcher.csv_file()   # creates mcc-mnc-table.cxv
MCCMNCFetcher.xml_file()   # creates mcc-mnc-table.xml

IlayG01 avatar Jul 07 '23 08:07 IlayG01