From 0b4155797ad60b466ca6d89050ce24db6e032e30 Mon Sep 17 00:00:00 2001 From: sachinrayal Date: Thu, 1 May 2025 13:39:49 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c19a143..03210b7 100644 --- a/README.md +++ b/README.md @@ -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/ From f73dadeaf1fe02f4a35d58eb5596a6f4bfec9a74 Mon Sep 17 00:00:00 2001 From: sachinrayal Date: Mon, 5 May 2025 03:46:48 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03210b7..843b873 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Unfortunately, there is no such thing as magic, and neither we, nor anyone else, 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/ From ec5569c5f267887c25bcd557562d506fbc0a2aa0 Mon Sep 17 00:00:00 2001 From: sachinrayal Date: Mon, 5 May 2025 03:47:29 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843b873..b86372c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Unfortunately, there is no such thing as magic, and neither we, nor anyone else, 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/ From 7aa15a2401a84832b1f594a22a7eb024e37f1f36 Mon Sep 17 00:00:00 2001 From: sachinrayal Date: Mon, 5 May 2025 03:52:05 -0400 Subject: [PATCH 4/4] Grammar and spellings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b86372c..c17a242 100644 --- a/README.md +++ b/README.md @@ -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:**