Skip to content

An API that helps you read barcode/QR code and turn information into barcode/QR code.

Notifications You must be signed in to change notification settings

timelessnesses/qrbarpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.