This is a Python-based web tool that allows users to track the approximate geographical location of a phone number using its country code and number. It uses the phonenumbers library to extract geolocation and Folium to generate interactive maps for visualization.
- πΊοΈ Interactive map using Folium
- π Country & region detection
- π Latitude and Longitude detection
- π« Map auto-generated and saved as an HTML file
- π Privacy-safe: works with publicly available country codes, does not track real-time user data
- Python 3
phonenumbersgeocoderfoliumwebbrowser(built-in)os(built-in)
python tracker.py
- Clone the repository
git clone https://github.com/your-username/phone-number-location-tracker.git
cd phone-number-location-tracker