https://github.com/zeroniki/python-ip
https://github.com/zeroniki/python-ip
get-ip-info python python-ip python3 requests requests-library-python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeroniki/python-ip
- Owner: ZeroNiki
- Created: 2023-06-11T11:40:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T11:03:24.000Z (over 2 years ago)
- Last Synced: 2025-01-26T18:17:24.622Z (9 months ago)
- Topics: get-ip-info, python, python-ip, python3, requests, requests-library-python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-IP
This little code prints out IP information (Location and other information)
[](https://youtu.be/MrmE9uiGi54)
-------------------------------
# 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