qrbarpy
is a Python webserver that generates QR codes and barcodes.
- Python 3.8 or higher
- poetry (
pip install poetry
) - zbar (
apt install libzbar0
for ubuntu/debian. Else look it up for your OS.)
- Clone this repository
- Run
poetry install
- 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!
All of the documentations/values/possible return types and errors can be found at index.