A simple command-line tool to get detailed information about an IP address using the ipapi.co API.
- Validates the IP address format
- Fetches detailed geo-location and network data for IPv4 and IPv6 addresses
- Displays information such as city, region, country, ASN, organization, timezone, and more
- Shows a Google Maps link for the IP location
- Colorful terminal output using
colorama
- Python 3.6+
requestslibrarycoloramalibrary
- Clone the repository or download the script.
- Install the dependencies with:
pip install -r requirements.txt