mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-01-31 05:33:41 +00:00
4 lines
58 B
Python
4 lines
58 B
Python
import geocoder
|
|
g = geocoder.ipinfo('me')
|
|
print(g.latlng)
|