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
Posted on Utopian.io - Rewarding Open Source Contributors