- This program wll help the user to get the information about any phone nummber they have entered
1) Time zone
2) Service Provider
3) Country details
4) If the number is valid number or not (boolean output)
- phonenumbers
- Carrier : To get the carrier of a phone number
- Geocoder : To get the region of a phone number
- Timezone : To get the timezone of a phone number.
phonenumbers.is_valid_number()
: To check whether a given phone number is valid or not (e.g. it’s in an assigned exchange), and to check whether a given phone number is possible or not (e.g. it has the right number of digits).