Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1011 Bytes

File metadata and controls

35 lines (23 loc) · 1011 Bytes

Phone Number Tracker

Phonenumbers package is used. To import the phonenumbers package: Open command prompt and type pip install phonenumbers.

The following modules are imported from phonenumbers package:

  • geocoder: used to know the specific location to that phone number
  • carrier: used to know the name of service provider of that phone number
  • timezone:used to know the timezone

Setup instructions

  • Clone the repo to your machine
  • head over to the required(Phonenumber Tracker folder)
  • Give the phone number with the country code at required places
  • run the script

Detailed explanation of script, if needed

This is a phonenumber tracker that uses phonenumbers library to get the following details : -country -service provider of the phone number

Output

image

Author

Uma Lamba

Disclaimers, if any

Do not forget to put the country code of the number that you provide.