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 e71da86 commit b19a6d3Copy full SHA for b19a6d3
1 file changed
README.rst
@@ -107,8 +107,10 @@ and see the created barcode. That's it.
107
108
Commandline::
109
110
- $ python-barcode create "My Text" outfile
+ `$ python-barcode create "123456789000" outfile -b ean --text "text to appear under barcode" `
111
New barcode saved as outfile.svg.
112
+
113
+ # This may not work if `ImageWriter` is None
114
$ python-barcode create -t png "My Text" outfile
115
New barcode saved as outfile.png.
116
0 commit comments