Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsonfm/qr-api-python

⚡️ A simple backend for decoding and encoding QR images.
https://github.com/jsonfm/qr-api-python

api backend fastapi python pyzbar qrcode

Last synced: about 1 month ago
JSON representation

⚡️ A simple backend for decoding and encoding QR images.

Awesome Lists containing this project

README

        

### QR API Python
A simple API for generating QR images and decoding them.

### ⚡️ development
```
uvicorn main:app --reload --port 8000
```