This is a python verison of the original netty-finder that was written in JavaScript
$ git clone https://github.com/CITGuru/netty-finder-python.git
$ cd netty-finder-python
$ python setup.py install
$ pip install netty_finder
from netty_finder import Network
detector = Network("08182315466")
network_name = detector.get_network_name()
print(network_name)
# >>> 9mobile
This was originally built by Bolaji Ayodeji so all rights goes to him, I only interpreted the javascript code to python
For now, I dont accept contributions except its from the javascript netty_finder, so I suggest you contribute there. Any changes from there will be added to the python version