Metadata-Version: 2.1
Name: toolbox-cli
Version: 0.0.6
Summary: A toolbox that runs in Command Line Interface.
Home-page: UNKNOWN
Author: meowmeowcat
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: colorama

# Toolbox-cli

A Toolbox that runs in Command Line Interface.

## Function

- Unit Converter
- Generate QR code (require [qrcode](https://github.com/lincolnloop/python-qrcode))
- Run Speedtest (require [speedtest-cli](https://github.com/sivel/speedtest-cli))
- Get System Information
- Get Your IP Address
- Get Unicode Of A Character

## Usage

```shell
$ toolbox
Usage: toolbox [OPTIONS] COMMAND [ARGS]...

  A Toolbox runs in Command Line

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  get-ip       Get Your IP Address
  list         Tools you can use in this toolbox
  qrcode       Generate QR code
  system-info  Get System Information
  ```

## Example

Get Your IP Address:

  ```shell
  $ toolbox get-ip
=========Get Your IP Address=========

Your IP Address is: 192.168.1.84
```

Run Speedtest:

```shell


