Content-Length: 229245 | pFad | http://github.com/rohanbhaiya1705/Track-phone-number-location-using-python

CA GitHub - rohanbhaiya1705/Track-phone-number-location-using-python: Python Project - Track a phone number in google map Using Python
Skip to content

rohanbhaiya1705/Track-phone-number-location-using-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

import phonenumbers from phonenumbers import geocoder, carrier, timezone def track_phone_number(phone_number): parsed_number = phonenumbers.parse(phone_number) location = geocoder.description_for_number(parsed_number, 'en') phone_carrier = carrier.name_for_number(parsed_number, 'en') phone_timezone = timezone.time_zones_for_number(parsed_number) return { "Location": location, "Carrier": phone_carrier, "Timezone": phone_timezone } if name == "main": phone_number = input("Enter the phone number with country code (e.g., +14155552671): ") info = track_phone_number(phone_number)

print(f"Location: {info['Location']}")
print(f"Carrier: {info['Carrier']}")
print(f"Timezone: {info['Timezone']}")

About

Python Project - Track a phone number in google map Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/rohanbhaiya1705/Track-phone-number-location-using-python

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy