Skip to main content

Generate a QR code that can adapt to the cylinder

Project description

cqrcode

v 1.0


这是一个生成柱体二维码的程序。

目前能够生成的柱体二维码信息:

  • 仅支持二维码编码样式Ⅱ,即部分特殊字符,大写英语字母以及数字编码。

  • 自适应 Version 1~11版本二维码。

  • 具有运行界面。

  • 数据容量范围:6~66 bytes。

  • 没有纠错系统。

  • 没有掩码。

柱面二维码尺寸表

版本: (宽, 高) 1:(5, 19) 2:(5, 29) 3: (7, 19) 4: (8, 18) 5: (8, 32) 6: (9, 29) 7: (9, 35) 8: (11, 35) 9: (12, 26) 10: (12, 36) 11: (13, 35)

每个版本的数据容量(Bytes)

` 版本:容量 1:6 2:12 3:10 4:12 5:30 6:32 7:40 8:52 9:42 10:62 11:66 `

二维码编码样式Ⅱ

` 字符:编码 '0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5, '6': 6, '7': 7, '8': 8, '9': 9, 'A': 10, 'B': 11, 'C': 12, 'D': 13, 'E': 14, 'F': 15, 'G': 16, 'H': 17, 'I': 18, 'J': 19, 'K': 20, 'L': 21, 'M': 22, 'N': 23, 'O': 24, 'P': 25, 'Q': 26, 'R': 27, 'S': 28, 'T': 29, 'U': 30, 'V': 31, 'W': 32, 'X': 33, 'Y': 34, 'Z': 35, ' ': 36, '$': 37, '%': 38, '*': 39, '+': 40, '-': 41, '.': 42, '/': 43, ':': 44, `

v 1.2


完善部分bug.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cqrcode-1.2.tar.gz (24.8 kB view hashes)

Uploaded Source

Built Distribution

cqrcode-1.2-py3-none-any.whl (39.6 kB view hashes)

Uploaded Python 3

Supported by

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