Metadata-Version: 2.4
Name: dynamic_qrcode_image
Version: 0.0.10
Summary: dynamic qrcode image
Project-URL: Homepage, https://github.com/DukeBode/dynamic-qrcode-image
Project-URL: Bug Tracker, https://github.com/DukeBode/dynamic-qrcode-image/issues
Author: Duke Bode
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.7
Requires-Dist: bottle
Requires-Dist: openpyxl
Requires-Dist: pillow
Requires-Dist: pyzbar
Requires-Dist: qrcode
Description-Content-Type: text/markdown

# dynamic-qrcode-image
## Getting started
### Installation

- If you use pip:

```sh
pip install daynamic-qrcode-image
```

### 

```sh
pip install --upgrade daynamic-qrcode-image
```

### Running

```sh
qrcode-server
```

## Development

```sh
python -m src.dynamic_qrcode_image
```

- 模块导入

```py
from dynamic_qrcode_image import QRC
```

- 本地运行

```sh
python -m dynamic_qrcode_image
```


- [标准编码](https://docs.python.org/zh-cn/3/library/codecs.html#standard-encodings)

