gooderp18绿色标准版
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

51 行
1.3KB

  1. .\" Manpage for qr
  2. .TH QR 1 "6 Feb 2023" "7.4.2" "Python QR tool"
  3. .SH NAME
  4. qr \- script to create QR codes at the command line
  5. .SH SYNOPSIS
  6. qr [\-\-help] [\-\-factory=FACTORY] [\-\-optimize=OPTIMIZE] [\-\-error\-correction=LEVEL] [data]
  7. .SH DESCRIPTION
  8. This script uses the python qrcode module. It can take data from stdin or from the commandline and generate a QR code.
  9. Normally it will output the QR code as ascii art to the terminal. If the output is piped to a file, it will output the image (default type of PNG).
  10. .SH OPTIONS
  11. .PP
  12. \fB\ \-h, \-\-help\fR
  13. .RS 4
  14. Show a help message.
  15. .RE
  16. .PP
  17. \fB\ \-\-factory=FACTORY\fR
  18. .RS 4
  19. Full python path to the image factory class to create the
  20. image with. You can use the following shortcuts to the
  21. built-in image factory classes: pil (default), png (
  22. default if pillow is not installed), svg, svg-fragment,
  23. svg-path.
  24. .RE
  25. .PP
  26. \fB\ \-\-optimize=OPTIMIZE\fR
  27. .RS 4
  28. Optimize the data by looking for chunks of at least this
  29. many characters that could use a more efficient encoding
  30. method. Use 0 to turn off chunk optimization.
  31. .RE
  32. .PP
  33. \fB\ \-\-error\-correction=LEVEL\fR
  34. .RS 4
  35. The error correction level to use. Choices are L (7%),
  36. M (15%, default), Q (25%), and H (30%).
  37. .RE
  38. .PP
  39. \fB\ data\fR
  40. .RS 4
  41. The data from which the QR code will be generated.
  42. .RE
  43. .SH SEE ALSO
  44. https://github.com/lincolnloop/python-qrcode/
上海开阖软件有限公司 沪ICP备12045867号-1