Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.