We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1318e9c commit 5269a1fCopy full SHA for 5269a1f
locationtrack/iptrack.py
@@ -0,0 +1,6 @@
1
+import geocoder
2
+location=geocoder.ip("me")
3
+print(location.latlng)
4
+
5
6
+#output copy and goto googlemap serach box past 112223,12234 this fromat serach
0 commit comments