xh-dev / prepaid-sim-py-client-xethhung12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prepaid Sim Py Client

Python package to retrieve prepaid sim remaining data usage.

Example

from prepaid_sim_py_client_xethhung12.hk.csl import remainingAmountOfData
if __name__ == '__main__':
    mobileNo = "{mobileNo}"
    password = "{password}"
    print(remainingAmountOfData(mobileNo, password))

Build

rm -fr dist
python -m build

Upload

rm -fr dist
python -m build
twine upload dist/*

About

License:MIT License


Languages

Language:Python 100.0%