diff --git a/README.md b/README.md index c19a143..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:** @@ -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/