Metadata-Version: 2.3
Name: qrhttp
Version: 0.0.2
Summary: http server with qr code
Author: dengxin366
Author-email: dengxin366 <dengxin366@163.com>
Requires-Dist: qrcode>=8.2
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/dengxin366/qrhttp
Project-URL: Repository, https://github.com/dengxin366/qrhttp
Project-URL: Issues, https://github.com/dengxin366/qrhttp/issues
Project-URL: Documentation, https://github.com/dengxin366/qrhttp#readme
Description-Content-Type: text/markdown

# What is qrhttp

qrhttp is http.server like server with an QR code in terminal so that you can scan with mobile easily


# Install

```bash
pip install qrhttp
```

# Usage

```bash
python -m qrhttp 8001
```

or 

```bash
qrhttp 8001
```

# Screenshot

![](./assets/screenshot.png)