We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14ab32 commit 9a2205cCopy full SHA for 9a2205c
qrcode/console_scripts.py
@@ -3,7 +3,8 @@
3
qr - Convert stdin (or the first argument) to a QR Code.
4
5
When stdout is a tty the QR Code is printed to the terminal and when stdout is
6
-a pipe to a file an image is written. The default image format is PNG.
+a pipe to a file an image is written. The default image format is PNG if pil or
7
+png optional dependencies are installed, otherwise SVG.
8
"""
9
10
import optparse
0 commit comments