Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.81 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.81 KB

🌍 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.