Skip to content

A Python script for extracting and mapping phone number locations using geocoding.

Notifications You must be signed in to change notification settings

CodingCraftYT/Python-Phone-Location-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Python-Phone-Location-Tracker 📱

GeoPhone is a Python script that empowers you to track the location of any phone number with its country code. 🌐 It utilizes the phonenumbers library to extract location and carrier information based on the input phone number. The script then employs the OpenCage Geocoding API to obtain precise latitude and longitude coordinates for the given location and beautifully displays it on an interactive Folium map. 🗺️

🚀 Features:

  • Extracts detailed location and carrier information from a phone number.
  • Uses OpenCage Geocoding API to obtain accurate latitude and longitude coordinates.
  • Displays the location on an elegant and interactive Folium map.
  • User-friendly Python script for effortless phone number tracking.

📝 How to Use:

  1. Clone the repository to your local machine.
  2. Install the required libraries using pip install -r requirements.txt.
  3. Run the script by executing python phone_location_tracker.py.
  4. Enter the phone number with the country code when prompted.
  5. Explore the generated mylocation.html map file for the precise phone number location.

⚙️ Prerequisites:

  • Python 3.9
  • Libraries: phonenumbers, folium, opencage

🚀 Getting Started:

To get started with GeoPhone, follow these simple steps:

  1. Clone the repository: git clone <repository_url>
  2. Navigate to the project directory: cd Python-Phone-Location-Tracker
  3. Install the required libraries: pip install -r requirements.txt
  4. Run the script: python phone_location_tracker.py

🤝 Contribution:

Contributions are more than welcome! Feel free to open issues or submit pull requests to enhance the project and make it even better! 🌟

📄 License:

This project is licensed under the MIT License.

About

A Python script for extracting and mapping phone number locations using geocoding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages