Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jsonfm/qr-api-python
- Owner: jsonfm
- Created: 2023-08-31T14:04:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-31T19:39:47.000Z (over 1 year ago)
- Last Synced: 2024-07-30T20:08:37.976Z (5 months ago)
- Topics: api, backend, fastapi, python, pyzbar, qrcode
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```