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
Your contribution cannot be approved because it is not as informative as other contributions. See the Utopian Rules. Contributions need to be informative and descriptive in order to help readers and developers understand them.
What is different here from other QR open source project out there? Why not contribute to them?
You can contact us on Discord.
[utopian-moderator]
It’s an small web server, for self service/provide QRs in web applications