File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Phone Number Tracker
2
+
3
+ Phonenumbers package is used.
4
+ To import the phonenumbers package:
5
+ Open command prompt and type pip install phonenumbers.
6
+
7
+ The following modules are imported from phonenumbers package:
8
+ - geocoder: used to know the specific location to that phone number
9
+ - carrier: used to know the name of service provider of that phone number
10
+ - timezone: used to know the timezone
11
+
12
+ ## Setup instructions
13
+
14
+ - Clone the repo to your machine
15
+ - head over to the required(Phonenumber Tracker folder)
16
+ - Give the phone number with the country code at required places
17
+ - run the script
18
+
19
+ ## Detailed explanation of script, if needed
20
+
21
+ `This is a phonenumber tracker that uses phonenumbers library to get the following details :
22
+ -country
23
+ -service provider of the phone number`
24
+
25
+ ## Output
26
+
27
+
28
+ <img src =" file:///C:/Users/Uma/OneDrive/Desktop/Capture.PNG " >
29
+
30
+ ## Author
31
+
32
+ Uma Lamba
33
+
34
+ ## Disclaimers, if any
35
+
36
+ Do not forget to put the country code of the number that you provide.
You can’t perform that action at this time.
0 commit comments