Metadata-Version: 2.4
Name: showt
Version: 1.0.1
Summary: Cute URL shortener for CLI!
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests

# showt

A cute URL shortener for CLI ^^

## Install

```bash
pipx install showt
```

## Usage

```bash
showt <url>
```

Example:

```bash
showt https://example.com
```

## Options

```bash
showt --help
showt --version
```

## Requirements

- Python 3.9+
- `requests`

