Phone number geolocation and carrier information tool
Project description
Phone Locator
A command-line tool to get detailed information about phone numbers. Discover location, carrier, timezone, and other details about any phone number.
Features
- Phone number analysis - Get complete information about any phone number
- Country and region detection - Country, region, city, and coordinates
- Carrier details - Mobile operator and service provider info
- Timezone identification - Automatically finds the right timezone
- Number validation - Check if phone numbers are valid and possible
- Format conversion - International, national, E.164 formats
- Clean interface - Colored terminal output
Installation
Option 1: Install as command-line tool
Install directly from the repository:
pip install git+https://github.com/jmeiracorbal/phone-locator.git
Or clone and install locally:
git clone https://github.com/jmeiracorbal/phone-locator.git
cd phone-locator
pip install .
After installation, run from anywhere:
phone-locator
Option 2: Download pre-built executable
- Go to Releases
- Download the executable for your platform:
- Linux:
phone-locator(binary) - macOS:
phone-locator(binary) - Windows:
phone-locator.exe(executable)
- Linux:
- Run directly without installation
Linux/macOS:
chmod +x phone-locator
./phone-locator
Windows:
phone-locator.exe
Option 3: Run with uv (for development)
git clone https://github.com/jmeiracorbal/phone-locator.git
cd phone-locator
uv run python main.py
Usage
After installation or running the executable, enter a country code and phone number to get detailed information including location, carrier, timezone, and validity.
Requirements
- Python 3.8 or higher
- Internet connection (for carrier lookup)
Data Source
This tool uses the phonenumbers library by Google to parse and validate phone numbers with comprehensive metadata.
Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Original author: HUNXBYTS
- Modified by: jmeiracorbal
- Based on: Ghost Tracker tool
Support
If you run into any issues or have questions:
- Create an issue on GitHub
- Check the Releases page for the latest version
Note: This tool is for educational and legitimate purposes. Respect privacy and use it responsibly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phone_locator-0.1.1.tar.gz.
File metadata
- Download URL: phone_locator-0.1.1.tar.gz
- Upload date:
- Size: 55.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b70e4408d0631743ea431371a84d87447381a6154b9929e4a664ffd70316269a
|
|
| MD5 |
041b86235f3de3785ae711845cb5825f
|
|
| BLAKE2b-256 |
4c72f51ed32200c6cfa84c3c23b8d1bc1ae0a2a746712e148ad6b021310bbbe4
|
File details
Details for the file phone_locator-0.1.1-py3-none-any.whl.
File metadata
- Download URL: phone_locator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
643ba67f25bdb7bd51c1d319e6dfa963da8569f803be0c5be2b029cb9d23731c
|
|
| MD5 |
a1ecedb1e7a927f0c906246c8c30b1e1
|
|
| BLAKE2b-256 |
9f852359dfbe0edc220f8061bbab82e650b127a7daaa68e643c3501aa58e7c68
|