Skip to content

ZeroNiki/Python-IP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages