Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 752 Bytes

File metadata and controls

31 lines (22 loc) · 752 Bytes

🌍 ipinfo-simple — Lightweight IP Information Lookup Tool

ipinfo-simple is a lightweight Python script to retrieve detailed information about any IPv4 address using the ipinfo.io API. It can automatically detect your public IP or check any custom IP you enter — perfect for quick geo and ISP lookups.


🚀 Features

  • 📡 Auto-detects your public IP address
  • 🌐 Fetches IP metadata:
    • Region
    • Country
    • City
    • Latitude & Longitude
    • ISP / Organization
    • Postal Code
    • Time Zone
  • ✅ Basic input validation for correct IPv4 format
  • 💡 Simple, dependency-light, and easy to use

📦 Requirements

  • Python 3.x
  • requests module

Install with pip:

pip install requests