Hi Guys , This just a simple desktop application made using Tkinter for them aim of tracking the country through phone number.
The full article on how on how to build a phone number tracker is originally published on my blog with an article named How to track phone number in Python
First of all just clone the repository using git command or using by clicking download zip button
$-> git clone https://github.com/Kalebu/Python-phonenumber-tracker-App
$-> cd Python-phonenumber-tracker-App
$ Python-phonenumber-tracker-App->
To successful run this demo application you're required to havesome few libraries installed on your machine
Linux installation
$~ pip3 install python-tk, pycountry, phone-iso3166
WIndow installation
For window you do the same as for linux just without python-tk since it come by default with python installation
Let's run our App
Now you're ready to run and begin using the application
Running our app
$~ python3 app.py
You should have the output as hown in the image below
If you find it useful, you can give it a star and share with your fellow peers on what you have achieved
All the credits to kalebu