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: 5 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T01:01:38.000Z (over 3 years ago)
- Last Synced: 2025-06-13T00:02:54.858Z (5 months ago)
- Topics: pythonqrcode, qrcode, qrcode-generator
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- 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 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)