Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flavien-hugs/qrcode-gw
- Owner: flavien-hugs
- Created: 2021-08-16T13:13:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T01:01:38.000Z (over 2 years ago)
- Last Synced: 2023-03-03T05:18:14.955Z (almost 2 years ago)
- Topics: pythonqrcode, qrcode, qrcode-generator
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
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 scriptOutput
======
The generated QR Code image will be placed in the ``img`` folder.Credits
=======Code and Design: [flavien-hugs](https://twitter.com/flavien_hugs)