Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 789 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 789 Bytes

Python-IP

This little code prints out IP information (Location and other information)

Watch the video



Starting via terminal (GNU/Linux)

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


Running

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