- A python program which displays the information about an IP Address such as Network, Version, City, Region, Country, Organization(service provider), postal code and time zone.
- It also stores the location of the IP Address in a file named map.html located in the same directory.
- Python 2.x and above
- sys Module
- Geocoder Library
- re Library (Regular Expressions Library)
- ipapi Library
- folium
pip install os-sys
pip install geocoder
pip install regex
pip install ipapi
pip install folium
- python project .py ip_address
- For Example : python project.py 127.0.0.1
.png)
.png)
.png)