mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-02-12 03:18:08 +00:00
4 lines
58 B
Python
4 lines
58 B
Python
|
import geocoder
|
||
|
g = geocoder.ipinfo('me')
|
||
|
print(g.latlng)
|