powerexploit / Awesome-Python-Scripts

A curated collection of some :heart_eyes: cool Python scripts.
https://ankitdobhal.github.io/Awesome-Python-Scripts/
GNU General Public License v3.0
217 stars 213 forks source link

Location city to IP address #342

Closed mhhabib closed 3 years ago

mhhabib commented 3 years ago

Issue #91

This script helps us to find the IP address of a user's custom location. E.x

Enter the location: Dhaka
[23.713250000000073, 90.39959000000005]
Enter the location: Delhi
[28.634100000000046, 77.21689000000003]
powerexploit commented 3 years ago

Nice @mhhabib !