Skip to content

GloryWasHere/Phone-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Phone Number Lookup Tool

Introduction

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.

Features

  • Validate phone numbers
  • Retrieve carrier information
  • Retrieve location information (country, city)
  • Command-line interface

Setup

  1. Clone the repository:
    git clone https://github.com/GloryWasHere/Phone-Lookup
  2. Navigate to the project directory:
    cd phone-number-lookup
  3. Create and activate a virtual environment:
    python3 -m venv phone_lookup_env
    source phone_lookup_env/bin/activate
  4. Install the dependencies:
    pip install -r requirements.txt

Usage

Run the phone lookup tool:

python phone_lookup.py <phone_number>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages