Metadata-Version: 2.4
Name: helper-cli
Version: 0.1.30
Summary: Simple system info CLI
Author-email: Huy Nguyen <huy.ntq02@gmail.com>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/nguyenhuy158/helper
Project-URL: Documentation, https://nguyenhuy158.github.io/helper/helper.html
Project-URL: Repository, https://github.com/nguyenhuy158/helper
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0
Requires-Dist: speedtest-cli>=2.1.0

# 📦 Helper CLI

A simple command-line tool to show system info (IP, CPU arch, etc.) and the commands used to get them.

---

### 🚀 Install

```bash
pip install helper
```

---

### 🧠 Usage

```bash
helper [command]
```

#### Available commands:

| Command       | Description                       | Example              |
| ------------- | --------------------------------- | -------------------- |
| `internal-ip` | Show internal IP                  | `helper internal-ip` |
| `public-ip`   | Show public IP                    | `helper public-ip`   |
| `cpu-arch`    | Show CPU architecture (arm / amd) | `helper cpu-arch`    |
| `all`         | Show all info                     | `helper all`         |

Each command also prints the shell command it runs to get the result.

### 🔄 Upgrade

```bash
pip install --upgrade helper
```

---

### 🧑‍💻 Contribute

Pull requests are welcome!
Repo: [https://github.com/nguyenhuy158/helper](https://github.com/nguyenhuy158/helper)
