Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timelessnesses/qrbarpy
An API that helps you read barcode/QR code and turn information into barcode/QR code.
https://github.com/timelessnesses/qrbarpy
barcode barcode-generator barcode-scanner python python3 qrcode qrcode-generator qrcode-scanner
Last synced: 3 days ago
JSON representation
An API that helps you read barcode/QR code and turn information into barcode/QR code.
- Host: GitHub
- URL: https://github.com/timelessnesses/qrbarpy
- Owner: timelessnesses
- Created: 2023-06-05T06:00:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T02:55:16.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:35:09.305Z (about 2 months ago)
- Topics: barcode, barcode-generator, barcode-scanner, python, python3, qrcode, qrcode-generator, qrcode-scanner
- Language: Python
- Homepage: https://qrbarpy.api.timelessnesses.me
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timelessnesses.api.qrbarpy
`qrbarpy` is a Python webserver that generates QR codes and barcodes.
## Installation
### Requirements
1. Python 3.8 or higher
2. poetry (`pip install poetry`)
3. zbar (`apt install libzbar0` for ubuntu/debian. Else look it up for your OS.)### Install
1. Clone this repository
2. Run `poetry install`
3. Run `poetry run uvicorn main:app` (use `--reload` for instant reload after you save files)PS: There's docker image for this! Go ahead for Github Packages!
## API Usage
All of the documentations/values/possible return types and errors can be found at index.