This little code prints out IP information (Location and other information)
First, let's create a virtual environment in python via the terminal:
python3 -m venv venv
then run the virtual environment:
source venv/bin/activate
running the virtual environment download the dependencies:
pip install -r requirements.txt
Run the main.py code:
python3 main.py
after the successful execution of the command, you will save the file in .html format - this is the map that you can run in the browser