A lightweight Python utility for gathering information about an IPv4 or IPv6 address. This tool performs hostname resolution, identifies if the IP is private or public, collects local OS info, fetches geolocation data via ipapi.co, and generates a clickable Google Maps link. (by Kin)
- Python 3.x
- External Python packages:
coloramarequests
Install dependencies with:
pip install -r requirements.txt