A simple phone number lookup tool built with Python using the numverify API. It validates phone numbers and retrieves information such as carrier, location, and line type.
- Validate phone numbers
- Retrieve carrier information
- Retrieve location information (country, city)
- Command-line interface
- Clone the repository:
git clone https://github.com/GloryWasHere/Phone-Lookup
- Navigate to the project directory:
cd phone-number-lookup - Create and activate a virtual environment:
python3 -m venv phone_lookup_env source phone_lookup_env/bin/activate - Install the dependencies:
pip install -r requirements.txt
Run the phone lookup tool:
python phone_lookup.py <phone_number>