Phone Number Info is a python program i.e, developed in python programming language using phonenumbers module and some user input.
- It's a basic python program which takes the user input and fetch Country and the Service Provider of that number from the phonenumbers module using geocoder and carrier.
- Just run the program and enter any number with the country code.
- Result will be displayed as Country and the Service Provider of that number.
- Install Python 3.x (recommended) from here
- Download this repository as zip and extract.
- Use PyCharm to run the program.
- Go to terminal and import the module using the below code
pip install phonenumbers
- Run the code and try entering different numbers.
Jigar Sable👨💻 |