Skip to content

Commit 5269a1f

Browse files
authored
Create iptrack.py
1 parent 1318e9c commit 5269a1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

locationtrack/iptrack.py

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)