Hey, I am EagleComrade This project is a simple Flask-based web application that empowers users to analyze phone numbers efficiently. By leveraging the phonenumbers API, the tool extracts and displays crucial details about phone numbers, including their country, region, and validity.
please follow the instruction After installing this Tool run
Window: step1: python -m venv PhoneNumber_Analyzer PhoneNumber_Analyzer\Scripts\activate
pip install flask phonenumbers
change directory in cmd or powershell to PhoneNumber_Analyzer step 2: flask --app web run
go to the url shown below
Linux:
python -m venv PhoneNumber_Analyzer
source PhoneNumber_Analyzer\bin\activate
pip install flask phonenumbers
cd PhoneNumber_Analyzer
flask --app wen run
go to url shown below