🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

cqrcode

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqrcode

Generate a QR code that can adapt to the cylinder

1.21
PyPI
Maintainers
1

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.

Keywords

cylinder qrcode

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts