Awesome-Python-Scripts/locator.py
2018-10-03 02:39:34 +05:30

6 lines
87 B
Python

import geocoder
t=input("enter the location:")
g = geocoder.arcgis(t)
print(g.latlng)