-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscanner.py
More file actions
15 lines (13 loc) · 756 Bytes
/
scanner.py
File metadata and controls
15 lines (13 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import phonenumbers
print('''
__ _ _ _____
|\ | , . , _ , _ \ ___ ___ .___ ( ___ ___ , __
| \ | | | |' `|' `. |/ \ .' ` / \ `--. .' ` / ` |' `.
| \ | | | | | | | ` |----' | ' | | | | | |
| \| `._/| / ' / `___,' `.___, / \___.' `._.' `.__/| / |
Made By: skitz
''')
# replace ("+1209-202-5554") with number you want to track.
from phonenumbers import geocoder
phone_number1 = phonenumbers.parse("+1209-202-5554")
print(geocoder.description_for_number(phone_number1, "en")) # replace "en" with language you would like