Skip to content

Commit cea9bc0

Browse files
authored
Merge pull request #342 from mhhabib/fme
Location city to IP address
2 parents ff2b41a + 94550f5 commit cea9bc0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Basic-Scripts/location_ip

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import geocoder
2+
3+
loc = input("Enter the location:")
4+
g = geocoder.arcgis(loc)
5+
print(g.latlng)

0 commit comments

Comments
 (0)