A Python library to get IP information with 'ip-api.com' How to run Python my_ip = ipInformation() my_ip.information() Structure : ├── ip_information.py ├── requirements.txt