Python Projects | Find Phone Number Location Using Python In MAP🔥 If Your Learned Something New From This Tutorial, Then Please SUPPORT Me. Help Me To Reach 500K SUBSCRIBERS Goal😊 Want to see Method 3??? CHECK the Playlist 📚
hey guys phone number data can tell you only country location. opencage is a library which gives you the latitude and longitude of the given country name. if you want to learn the momentary location of a phone, you have to call that number and ask "where are you now?"
there are tons of videos showing this example, the main it's doing it's getting the country for the number, then the opencage turns that into coordinates for the center of the country and that's all, i don't think there is a way to locate a number without access to the provider data.
There is a problem: the coordinates are bound to the ‘location’, which in my case is France. Thus, it always return coordinates for ‘France’, not the phone number. It points roughly at the center of the country. The coordinates of the phone are never returned.
Bro then the country code can even tell me the country where the person is so why this long coding? Then grabify can even do better by telling you the region or the location of the cell tower the of the person
💛Jesus is true God believe me 💛💛brother and all of you please🙏 learn Bible believe me jesus is one and only way of heaven believe me please 🙏Sorry if I said wrong sir 💛
Hi, The tutorial is very good and well-described. However, I have a concern; the location is not exact. Especially, the lat-long from index [0] is not the actual location. In fact, the actual 'result' variable contains a list of lat-long. Could you please discuss this matter in the comment section? Thanks.
This code not showing mobile phone location, It's shows country location. Approximately center point of country where simcard registered. Like somewhere in MP for india
All this does is give you the lat and lng of the phone when it was bought or turned on the first time, Right?? It will not tell you where the phone has been nor where it is at any given time, or even right now, Right???
Sir can you help me please? I use the code and for every different phone number for every different API key it shows same location, why and how can i Correct it
for your info, that program is just show the region/country location of your phone number and definitely doesn't show the accurate position of your phone number like google satellite share location etc.
After reading the comments, I was curious about this project. Does this give the real time location of a number? Some say its just the country. However, running this with my personal number it gave my location. However, I will need to test more to see if it gives the actual location at the moment you run it. Or if this gives the location of the number based on the number. ie: where the cell phone is registered to. For example if you registered your number in Salt Lake City, UT is that the information it is giving you? Or the real time location. If not the real time location, I would be curious to know how to get the real time data with a method similar to this without using some SS7 hacks.
Sir I am facing this error "Traceback (most recent call last): File "c:\Users\SUMIT\Desktop\SUMIt\Class-IX\Python\NumberLocation.py", line 20, in print(result) File "C:\Users\SUMIT\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u09f3' in position 662: character maps to " after printing result. Please help me
Hi, I have tried your code and to be honest does not work well. I used my italian number as well as my belgian number but the location is completely wrong. is there any well known issue with those API? thanks
Thank you very much for the detailed lesson, but the location was incorrectly determined by my number, opencagedata is a raw service, can you suggest any other?
I think that this company get the location from the antennas that your phone is talking to (that is radius without angle)- it is not coming from the GPS device of the specific phone you query that's why results are not accurate
GOOD FOR LEARNING PURPOSE. But be informed that - this is a very generic code and shows the 1st service provider and not the latest one i(f you have ported your number, let say from Vodafone to Airtel, it won't display Airtel) and the geographical center of the COUNTRY that the phone number belongs to and not your live location. For example +44 will show central area of United Kindom somewhere near Sunderland. No one can retrieve such sensitive information as there are lots of complications which only the service provider can help with (that too following proper procedure)
Good job 👍. A little better English pronounciation would have been helpful 😊. If I did not follow your words on screen , it was a little challengeable to understand. Thank you
Bro i got the lat and lng accurate the first time. But then i changed the number to look for someone else’s location and the lat lng were the same. Can you help?
Hello Bro The location that you have shown there is the same location that I have shown here. My number is not showing the location of the place where I have it. So what can I do bro?
bro there is some problem with this everytime its showing the same place although the numbers are not in the same place like one is in chittagrom and the other is from dhaka , but its only showing only one place dhaka
This doesn't show the exact location, but the country you in. The logic is actually very easy to follow. All this program does is printing your country name (looking at your phone number country code), parses that to the geocoder as a query string, gets the approximate lat-lon of the country, and puts a marker on the map
Has nothing to do with security reasons. All the script does is basically turning the first integers (like +49 for germany) into a string (like "germany") and then taking the center of the country. Afterwards it uses folium to make a map. This is more a "Area Code Finder" than a phone tracker.
The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. please help
That's what I'm doing, but now I'm in the country of Georgia, and when I use the number of Georgia, it says the coordinates of one of the United States of America, Georgia, and not the coordinates of the country of Georgia. Can you help me to get the coordinates of my country?
but if I use the other phone number, it does change the location from google map, basically I am saying that, it does show differ location i use another diff Number on the same country
Hi there very interested just a simple question before i try it. Where are you write number i have to write the phone number or when i have other folder with the number i have to write just (number)
Bro! It does not give US carrier (provider) and this app cannot give current location of mobile phone. Current location of mobile only can come from phone itself or carrier can provide from mobile tower.
Python Projects | Find Phone Number Location Using Python In MAP🔥
If Your Learned Something New From This Tutorial, Then Please SUPPORT Me. Help Me To Reach 500K SUBSCRIBERS Goal😊
Want to see Method 3??? CHECK the Playlist 📚
Hello brother, I am a new subscriber your channel is awesome!
But I wonder where the method 3 is please help brother
It is working but location is not working plss try to fix the error as soon as possible
can you upload the code
@@farhanbijapuri93 Check In the description.
Sir you are too good teaching python projects so easy way and simple
hey guys
phone number data can tell you only country location. opencage is a library which gives you the latitude and longitude of the given country name. if you want to learn the momentary location of a phone, you have to call that number and ask "where are you now?"
😂😂👌
😂😂👍
🤣🤣❤️👍🏻
😂😂😂
perfect 😂
Thanks! I’m your follower from USA
bharat mata ki jay
there are tons of videos showing this example, the main it's doing it's getting the country for the number, then the opencage turns that into coordinates for the center of the country and that's all, i don't think there is a way to locate a number without access to the provider data.
so thats what really happens... it make sense
You got it! That is exactly what opencage says. I have also proved this.
Yet this jerk lied and said that you could track exactly the location
yes exactly it gives only the countries name not the exact location in the country
There is a problem: the coordinates are bound to the ‘location’, which in my case is France. Thus, it always return coordinates for ‘France’, not the phone number. It points roughly at the center of the country.
The coordinates of the phone are never returned.
thank you i tracked myself and learnt something new in 10 mins cheers bro
Great video, but the location pinpoints to the centre of the country. Any solution to find the exact location, plzz? Thanks
Call the number and ask
Bro then the country code can even tell me the country where the person is so why this long coding?
Then grabify can even do better by telling you the region or the location of the cell tower the of the person
😂@@finnsteck
ধন্যবাদ ভাই। আপনার প্রোগ্রাম টা খুব ভাল লাগল। আমি শিলিগুড়ি, india থেকে
💛Jesus is true God believe me 💛💛brother and all of you please🙏 learn Bible believe me jesus is one and only way of heaven believe me please 🙏Sorry if I said wrong sir 💛
কাজ হয়েছে?
Hi, The tutorial is very good and well-described. However, I have a concern; the location is not exact. Especially, the lat-long from index [0] is not the actual location. In fact, the actual 'result' variable contains a list of lat-long. Could you please discuss this matter in the comment section? Thanks.
*HACKERVIPER50* *I knew that you could do this. Keep up your excellent work in the future. You are a perfect example of a good dedicated person….*
This code not showing mobile phone location,
It's shows country location.
Approximately center point of country where simcard registered.
Like somewhere in MP for india
query = str(location)
Var "location" have value "india"
In opencage and folium it's only using "location"
Thank you from an INDIANA 🇮🇳
Sir ....can we make this project into a app for use?
Plz answer 🙏🙏🙏
All this does is give you the lat and lng of the phone when it was bought or turned on the first time, Right??
It will not tell you where the phone has been nor where it is at any given time, or even right now, Right???
Gives back same location for different numbers which in reality are miles and miles apart
Too bad, it's only use Geocoding API Keys to give us assume location (about ~100km wrong). Anyway, thanks.
how can we get exact location..
We can't get accurate location by using this code because of geographic map even googlemaps are struggling to give exact place
@@rhythmgupta1615 ask pro hackers lol
On landline phone it gives you the exact location.
1000km se bhi jyada dur dikha rha hai
Nice work. However, it doesn't show my exact location but the country is correct. In this video, is it the exact location for you?
marker is showing in the middle of country..😂😂.. by the way. it was good👍🏻👍🏻👍🏻👍🏻
Latitude = "lat"
Longitude = "lon"
There Is No Such Word As Langatude & LNG Means Nothing.
nice explained - greetings from vienna
a very nice data,
12:39 I can see that you live besides a mountain near where a river emanates 👍😁
Sir can you help me please? I use the code and for every different phone number for every different API key it shows same location, why and how can i Correct it
this application is not to see the currently position of the mobile number, but this is nice to the beginning
should we have to on the location of the phone bro?
with out that only or not?
only a random location chose by opencage can be obtained in the given country. But the thing did with folium was impressive.
th-cam.com/video/xTODkRlek4I/w-d-xo.htmlsi=vA3v6-gcaem7prED
Every time it shows same location for different sim number.any solution?
Waiting for your support and solutions
And thanks for this video 👍
for your info, that program is just show the region/country location of your phone number and definitely doesn't show the accurate position of your phone number like google satellite share location etc.
@@zhillanadrian580 I agree with you that would be a dangerous program
they grant you only one free time. if you pay.. you can use it....
After reading the comments, I was curious about this project. Does this give the real time location of a number? Some say its just the country. However, running this with my personal number it gave my location. However, I will need to test more to see if it gives the actual location at the moment you run it. Or if this gives the location of the number based on the number. ie: where the cell phone is registered to. For example if you registered your number in Salt Lake City, UT is that the information it is giving you? Or the real time location. If not the real time location, I would be curious to know how to get the real time data with a method similar to this without using some SS7 hacks.
Thx u brother... you give me attractive Program in Phyton
What is the name of the application you are using??
Pycharm code editor
Which version is this plz reply sir 🙏
Sir, u made a great job! I wrote all code by step and it's working, but location was wrong, about 200 km .. How can we fix it? Thank u a lot!
my location was also wrong
My location is also wrong
do you find any work method?
Ask ur government
@@gwihsanz431 🤣
What about virtual numbers used by thugs and cheats?
Sir I am facing this error
"Traceback (most recent call last):
File "c:\Users\SUMIT\Desktop\SUMIt\Class-IX\Python\NumberLocation.py", line 20, in
print(result)
File "C:\Users\SUMIT\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u09f3' in position 662: character maps to
"
after printing result.
Please help me
me too
This area of development is promising and benefit telco operators of visual operation services, and other businesses of analytics visualization.
Hi, I have tried your code and to be honest does not work well. I used my italian number as well as my belgian number but the location is completely wrong. is there any well known issue with those API? thanks
Thanks for your video🙂
WOW_ my mind is blown... thank you
It is showing same coordinate for every phone number.
if phone number is from same country then yes xD i guess
Yap
Same here bro
Same here
Pto isntall python
it gives an incorrect location,,how can i get current location?
me too
From this piece of code, we can't just track the live exact location 😂
No module named 'opencage' how to fix it i can't install it
I didn't get the key from the opencage data, because the opencagedata don't allow free trail.
Is there any site to get these details?
my code is working but it is showing some random location why????????????????????????????
can u fix this error bro...
The project only show the country itself but not the specific location on the number to be traced
everything worked well but my map is blank white it is not showing routes what to do please tell
Hi bro, I have tried same in my python code, but location lat and lng it's showing wrong.
it doesnt show the excact location, it only shows where the sim made
Thank you very much for the detailed lesson, but the location was incorrectly determined by my number, opencagedata is a raw service, can you suggest any other?
I would like to know another service too. Some much more efficient that gives the exact location. :'(
I think that this company get the location from the antennas that your phone is talking to (that is radius without angle)- it is not coming from the GPS device of the specific phone you query that's why results are not accurate
I want to know that we will get exact location or not
Thanks for tutorial. It does not give you correct location (data) which is sad,
but a good idea what python is capble of.
Which complier we use to run python
GOOD FOR LEARNING PURPOSE. But be informed that - this is a very generic code and shows the 1st service provider and not the latest one i(f you have ported your number, let say from Vodafone to Airtel, it won't display Airtel) and the geographical center of the COUNTRY that the phone number belongs to and not your live location. For example +44 will show central area of United Kindom somewhere near Sunderland. No one can retrieve such sensitive information as there are lots of complications which only the service provider can help with (that too following proper procedure)
Good job 👍. A little better English pronounciation would have been helpful 😊. If I did not follow your words on screen , it was a little challengeable to understand.
Thank you
All thing is good but the map is showing wrong location...why?
Hi,Great job Bro.I have a question.Can we use this api in any country?
Bro i got the lat and lng accurate the first time. But then i changed the number to look for someone else’s location and the lat lng were the same. Can you help?
Its because its the coordinates of the center of the land, it cannot give the coordinates of the phone.
bro it works but the problem is doesnt give me the location of that number its give me a random location?
yes, i too. how to fix?
it works but very bad precision with location, folium was nice tho. thank you!
It is not fetching the correct lat lng of mobile no.
How did u found out what are the right lat and lat of your mobile no?
@@Tech2etc I just put my mobile no. For check but its fetching lat long coordinate are different locations even I check coordinate with Google map.
Mine also getting incorrect location of somewhere in libya.
Had this problem too. Its off by about 400-500 km same results for every number.
Hello Bro
The location that you have shown there is the same location that I have shown here. My number is not showing the location of the place where I have it. So what can I do bro?
the code only return what country the phone is in, not the actual address location of phone. misleading title
for every phone number it shows the same location. Something wrong with code. help
what IDE do you use?
do not pick the accurate phone or sim location. Picks same lat and lng for any number
where are you passing the number?
bro there is some problem with this everytime its showing the same place although the numbers are not in the same place like one is in chittagrom and the other is from dhaka , but its only showing only one place dhaka
This doesn't show the exact location, but the country you in. The logic is actually very easy to follow. All this program does is printing your country name (looking at your phone number country code), parses that to the geocoder as a query string, gets the approximate lat-lon of the country, and puts a marker on the map
Hi there, sir what if I wanted to know the exact current location including country, city, state, n full address etc.
pls answer.
Sir, thanks, I installed opencage but can't import opencage, tried almost everything, any tip?, trick?
It seems for security reasons they place the pin in the center of the country the regional code specified
Other cool script and very easy to follow
Has nothing to do with security reasons. All the script does is basically turning the first integers (like +49 for germany) into a string (like "germany") and then taking the center of the country. Afterwards it uses folium to make a map. This is more a "Area Code Finder" than a phone tracker.
Hi, it shows the same location , if i try to use different phone numbers also it shows the same location
May be you are putting same coordinates that are shown in video
after running the code why theres no chrome or firefox poping?
Great video. You wonderful 👍
This script won't display the phone's exact location but instead indicates the country of origin.
The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again. please help
Great tutorial, but this location is middle of country of phone number origin, not exact location
Is It showing exact location or only that country?
only the country
Sir my opencage API key is not working .
Can you help me to creat an API key ?
I am beginner in coding .
which code editor did you use??
pycharm 2021 edition
What html file did you saved in the file,to import into project
hello
it is showing error in the second line that is
from myphone import number
Help ...... while install opencage It showed failed something..... wheel for cryptography
i install opencage and gecoder
still when i am writing opencagegeocode its not running pls help
That's what I'm doing, but now I'm in the country of Georgia, and when I use the number of Georgia, it says the coordinates of one of the United States of America, Georgia, and not the coordinates of the country of Georgia. Can you help me to get the coordinates of my country?
It goes well until the last step, but when I open the html file in the browser, it gives a 404 error, what is the reason?
does it show almost accurate location?
well for my case it shows incorrect location
but have fun doing all this stuff
enjoyed it
want more content like this
why the location is not accurate please respond
My terminal does not give me access to what I installed using pip
Same Location is Showing for different numbers...
Not Working . solve the problem
Nice Bro.❤
why does this application giving always the same location even I use different number?
The location constantly shows only one place. It only shows Fulbaria Upojila of Mymansing District.
but if I use the other phone number, it does change the location from google map, basically I am saying that, it does show differ location i use another diff Number on the same country
May I ask you why I don't get the correct Longitude ?
why i cannot import opencage, here show ModuleNotFoundError: No module named 'opencage', but i have done install opencage with pip
Module not found error:no module named 'phonenumbers' ????? How to solve this
Is this code works after the phone switched off ? Pls reply
i make the app just like you did in the video but haven't get the correct location. is always showing the wrong location
I cant use API key rom opencage how to import it in pycharm guys? Can u help me please?
Hi there very interested just a simple question before i try it. Where are you write number i have to write the phone number or when i have other folder with the number i have to write just (number)
Bro!
It does not give US carrier (provider) and this app cannot give current location of mobile phone. Current location of mobile only can come from phone itself or carrier can provide from mobile tower.
It didn't work opencage You need the address, you cannot provide the address with the number only