Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Generater for amazing QR Codes. Including Common, Artistic and Animated QR Codes.

Project description

Home Page: https://github.com/sylnsfar/qrcode

Overview
===============
It can generate common qr-code, artistic qr-code (black & white or colorized), animated qr-code (black & white or colorized).

Usage
===============
terminal:

myqr words
[-h]
[-v {1,2,3,...,40}]
[-l {L, M, Q, H}]
[-p image_filename]
[-c]
[-con contrast_value]
[-bri brightness_value]
[-n output_filename]
[-d output_directory]


import:

from MyQR import myqr
version, level, qr_name = myqr.run(
words,
version = 1,
level = 'H',
picture = None,
colorized = False,
contrast = 1.0,
brightness = 1.0,
save_name = None,
save_dir = os.getcwd()
)


More
===============
Please visit 'Home Page' for examples and details.

Updates
===============
version 2.3.1 - Fixed another bug of number encoding.
version 2.2.1 - Fixed a bug of number encoding.
version 2.1.1 - Fixed a characters support problem.
version 2.0.1 - Improved structure.
version 2.0.0 - Recoded to be importable.
version 1.0.0 - Distributed to PyPI.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page