Updated text and header comments in Python and HTML code.
This commit is contained in:
parent
b6b2bddb59
commit
4bc769e58f
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
- QR Code generator library (C++)
|
- QR Code generator demo (HTML+JavaScript)
|
||||||
-
|
-
|
||||||
- Copyright (c) Project Nayuki. (MIT License)
|
- Copyright (c) Project Nayuki. (MIT License)
|
||||||
- https://www.nayuki.io/page/qr-code-generator-library
|
- https://www.nayuki.io/page/qr-code-generator-library
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
#
|
#
|
||||||
# QR Code generator demo (Python 2, 3)
|
# QR Code generator demo (Python 2, 3)
|
||||||
#
|
#
|
||||||
|
# Run this command-line program with no arguments. The program computes a bunch of demonstration
|
||||||
|
# QR Codes and prints them to the console. Also, the SVG code for one QR Code is printed as a sample.
|
||||||
|
#
|
||||||
# Copyright (c) Project Nayuki. (MIT License)
|
# Copyright (c) Project Nayuki. (MIT License)
|
||||||
# https://www.nayuki.io/page/qr-code-generator-library
|
# https://www.nayuki.io/page/qr-code-generator-library
|
||||||
#
|
#
|
||||||
|
|
|
@ -85,7 +85,7 @@ Usage
|
||||||
|
|
||||||
Install this package by downloading the source code ZIP file from PyPI_, or by running ``pip install qrcodegen``.
|
Install this package by downloading the source code ZIP file from PyPI_, or by running ``pip install qrcodegen``.
|
||||||
|
|
||||||
Examples::
|
Examples:
|
||||||
|
|
||||||
from qrcodegen import *
|
from qrcodegen import *
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue