This Python script uses the phonenumbers
and langdetect
libraries to detect the language and country of origin of a given phone number.
This script requires Python 3.x and the following libraries:
phonenumbers
langdetect
You can install these libraries using pip
. For example:
- pip install phonenumbers langdetect
- Clone the repository:
git clone https://https://github.com/DreaUltimate/MyMiniProjects/tree/main/Phonenumbertracker.git
- Change into the repository directory:
cd tree/main/Phonenumbertracker
- Run the script:
python phone_number_detector.py
- Enter a phone number when prompted.
The script will detect the language and country of origin of the phone number and print the results to the console.