Skip to content

This is a python program to get the details for the number provided.

Notifications You must be signed in to change notification settings

hardikraval1324/NumberDetails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

NumberDetails

Program Details

  • This program wll help the user to get the information about any phone nummber they have entered

Details provided in this program

1) Time zone 
2) Service Provider 
3) Country details  
4) If the number is valid number or not (boolean output)

Modules used

  • 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).

Output

image

About

This is a python program to get the details for the number provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages