Latitude longitude detector by phone number using python

SHAMBHAVI Apr 26, 2024

This packet contains code that will provide the geographical information i.e, latitude and longitude and the service provider's name using the Phone number.

https://coderspacket.com/uploads/user_files/2024-04/Screenshot_(72)-1714150224-2401.png

https://coderspacket.com/uploads/user_files/2024-04/Screenshot_(73)-1714150247-2401.png

The Python code used the Tkinter library for the GUI application which allows user to enter their phone number and on submitting it will retrieve the geographical information such as location and latitude, longitude and also the service provider details.

Python libraries like OpenCage for geographical information, Phonenumber and Tkinter for GUI application are used in the code.

API_key is used for accessing the OpenCage library. get_location function uses phonenumber to retrieve information and displays it.

When a user enters a phone number and clicks the "Get Location" button, the application fetches the relevant information and presents it in a message box. In case of any errors during the process, an error message is displayed.

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment