Metadata-Version: 2.4
Name: sipinfo-cli
Version: 0.1.0
Summary: Get IP information from terminal
Author-email: Mehdi <elmehdiiskandar3@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: colorama

#  IPInfo

A command-line tool to get detailed information about any public IP address.
## Installation

```bash
git clone https://github.com/Mehdi23-bit/ipinfo
cd ipinfo
pip install -r requirements.txt
```

## Usage

```bash
python ipinfo.py <ip>
```

## Examples

```bash
python ipinfo.py 8.8.8.8
python ipinfo.py 1.1.1.1
```

## Error Handling

|    Input    |      Response     |
|-------------|-------------------|
| Private IP  |  private addr     |
| Loopback    |  loopback addr    |
| Invalid IP  |  not a valid IP   |
| No argument | Usage message     |
| No internet | Connection error  |

## Requirements
requests
colorama
## Author

**Mehdi** — [@Mehdi23-bit](https://github.com/Mehdi23-bit)
