You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
16
+
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.`
18
+
19
+
## Output
20
+
21
+
<imgsrc="https://i.imgur.com/bBeBgs9.png">
22
+
23
+
## Author
24
+
25
+
Achyut Kumar
26
+
27
+
## Disclaimers, if any
28
+
29
+
Do not forget to put the country code of the number that you provide.
0 commit comments