This app Extract phone and serial numbers from simcard image
for install and run app first create python virtualenv by this command
python -m venv venv
and then activate your virtualenv in your commandline or terminal
source ./venv/Scripts/activate
and then install requirements file in your python virtualenv by pip
pip install -r requirements.txt
and finally run your python project by running this command
python main.py
notice: you must connected to the internet while runnnig code first time to download some packages