Skip to content

Just updated the word ##Links #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

**How To Track Phone Number Location With Python. track phone number location using python. Track phone number location using python github. how to track a phone number github. How to track location using python. python code for live location. Phone numbers Python.**

**Phone numbers python documentation. python phone number validation. get current location google maps python. How do I create a location tracker in Python?. How do I get coordinates in Python?. How do I track my phone using python?.**
**Phone numbers python documentation. Python phone number validation. Get the current location Google Maps Python. How do I create a location tracker in Python?. How do I get coordinates in Python?. How do I track my phone using Python?.**

## ABout this project
We have created this project just for fun. Tracking someones location is more that what you think. In this project we are just trying to determine the country name based on the coutry codes. Nothing else.
## About this project
We have created this project just for fun. Tracking someone's location is more than what you think. In this project, we are just trying to determine the country name based on the country codes. Nothing else.

**Some words from OpenCage:**

Expand All @@ -22,15 +22,15 @@ Here is what is actually happening:
- The country name is then sent to our geocoding API as a forward geocoding request (placename to coordinates). We then return the coordinates of the center of the country. For example we turn India into 22.3511148, 78.6677428, roughly in the middle of Uttar Pradesh.
- People get confused and angry as to why the coordinates are not actually where the phone is physically located.

Unfortunately there is no such thing as magic, and neither we, nor anyone else, have the ability to derive a phone’s location from an input string like India or Spain.
Unfortunately, there is no such thing as magic, and neither we, nor anyone else, have the ability to derive a phone’s location from an input string like India or Spain.

Source: https://blog.opencagedata.com/post/we-can-not-convert-a-phone-number-into-a-location-sorry

## Properties Used

## Links
YouTube: https://youtu.be/Dz3rSZHnKkM

Phonenumbers Python Library: https://pypi.org/project/phonenumbers/
PhoneNumbers Python Library: https://pypi.org/project/phonenumbers/

OpenCage Geocoding Module for Python: https://pypi.org/project/opencage/

Expand Down