Microservice for QR png generation in Python

Words
117
Reading
1 min
Listen
Play
9y

qr.png

New Projects

  • What is the project about?
    A small server for running a simple QR generator in format png given a "data" to be converted in a png image.
  • Technology Stack
    It runs on python, and rely on python "qrcode" module and Pillow for image generation.
  • Roadmap
    Making configuration like a custom port, making a global binary, implementing unit tests. Caching images, adding to docs how to proxy it through nginx and apache.
  • How to contribute?
    Suggesting new features and improvements in the code, or simply making for and doing something in the roadmap/todos.

Installation

pip install ekuerre

Running

python -m ekuerre.main

Then you open from the browser

http://localhost:32491/qr.png?data=HelloWorld123

qr-2.png



Posted on Utopian.io - Rewarding Open Source Contributors

Microservice for QR png generation in Python | Ecency