Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import phonenumbers from phonenumbers import geocoder, carrier # Input phone number phone_number = "+923000087356" # Parse phone number parsed_number = phonenumbers.parse(phone_number) # Get location location = geocoder.description_for_number(parsed_number, "en") # Get carrier service_provider = carrier.name_for_number(parsed_number, "en") # Output results print(f"Phone Number: {phone_number}") print(f"Location: {location}") print(f"Service Provider: {service_provider}") #1292

Open
Maham11212 opened this issue Dec 23, 2024 · 0 comments
Labels
enhancement New feature or request triage Interesting but stale issue. Will be close if inactive for 3 more days after label added.

Comments

@Maham11212
Copy link

Policy and info

  • Maintainers will close issues that have been stale for 14 days if they contain relevant answers.
  • Adding the label "sweep" will automatically turn the issue into a coded pull request. Works best for mechanical tasks. More info/syntax at: https://docs.sweep.dev/
  • Consider adding the label "good first issue" for interesting, but easy features.

Feature description

A clear and concise description of what you would like to have

Motivation/Application

Why is this feature useful?

@Maham11212 Maham11212 added enhancement New feature or request triage Interesting but stale issue. Will be close if inactive for 3 more days after label added. labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Interesting but stale issue. Will be close if inactive for 3 more days after label added.
Projects
None yet
Development

No branches or pull requests

1 participant