|
1 | | -# Phonenumber Tracker |
| 1 | +# Phone Number Tracker |
2 | 2 |
|
3 | | -### Description |
| 3 | +This python script has two modules imported from phonenumbers package |
| 4 | + |
| 5 | +- geocoder: used to know the specific location to that phone number |
| 6 | +- carrier: used to know the name of service provider of that phone number |
| 7 | + |
| 8 | +## Setup instructions |
| 9 | + |
| 10 | +- Clone the repo to your machine |
| 11 | +- head over to the required(Phonenumber Tracker folder) |
| 12 | +- Give the phone number with the country code at required places |
| 13 | +- run the script |
| 14 | + |
| 15 | +## Detailed explanation of script, if needed |
4 | 16 |
|
5 | 17 | `This is a phonenumber tracker that uses phonenumbers library to get the country and service provider of the phone number and coded completely in python.`
|
6 | 18 |
|
7 | | -### Screenshot |
| 19 | +## Output |
| 20 | + |
| 21 | +<img src="https://raw.githubusercontent.com/Sloth-Panda/Amazing-Python-Scripts/b3/Phonenumber%20Tracker/number.png"> |
| 22 | + |
| 23 | +## Author |
| 24 | + |
| 25 | +Achyut Kumar |
| 26 | + |
| 27 | +## Disclaimers, if any |
8 | 28 |
|
9 | | -<imgsrc="number.png"> |
| 29 | +Do not forget to put the country code of the number that you provide. |
0 commit comments