Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flavien-hugs/qrcode-gw

Python QR Code generator website link
https://github.com/flavien-hugs/qrcode-gw

pythonqrcode qrcode qrcode-generator

Last synced: about 2 months ago
JSON representation

Python QR Code generator website link

Awesome Lists containing this project

README

        

=====================================
Python QR Code generator website link
=====================================

What is a QR Code?
==================
A Quick Response code is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data (e.g., binary, alphanumeric, or Kanji symbols)

Usage
=====
From the command line, make instruction:
- git clone https://github.com/flavien-hugs/qrcode-generator-website/
- cd qrcode-generator-website
- run ``make help`` to display all make commands
- run ``make venv`` for create a new virtual environment with pipenv
- run ``make install`` for install requirements in virtual environment
- use ``make start`` to run script

Output
======
The generated QR Code image will be placed in the ``img`` folder.

Credits
=======

Code and Design: [flavien-hugs](https://twitter.com/flavien_hugs)