This script retrieves information about the location based on an IP address and creates an interactive map using the requests, pyfiglet, and folium libraries.
- Run the script:
python main.py - Enter the IP address when prompted.
The script will display information about the location and generate an HTML file with an interactive map.
- Python 3.x
- Install dependencies with
pip install -r requirements.txt
Feel free to contribute by opening issues or submitting pull requests.