IP to Organization Lookup This script reads IP addresses from an Excel file (ip.xlsx), queries ipinfo.io, and saves the organization names. How to Use pip install pandas openpyxl requests python3 ip2org.py #The output will be saved to ip_with_organizations.xlsx.