aboutsummaryrefslogtreecommitdiffstats
path: root/commands.txt
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-01-13 23:48:21 +0100
committerVG <vg@devys.org>2016-01-13 23:48:21 +0100
commitdebce9c20c81411f361206b0477e619e92ffbf32 (patch)
tree2f9bdd6ff21450cacb8aeedf07db5b07d0031839 /commands.txt
downloadcodescanner-debce9c20c81411f361206b0477e619e92ffbf32.tar.gz
codescanner-debce9c20c81411f361206b0477e619e92ffbf32.tar.bz2
codescanner-debce9c20c81411f361206b0477e619e92ffbf32.zip
first commit
Diffstat (limited to 'commands.txt')
-rw-r--r--commands.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands.txt b/commands.txt
new file mode 100644
index 0000000..e80fa67
--- /dev/null
+++ b/commands.txt
@@ -0,0 +1,4 @@
+To generate binary qrcodes:
+
+python3 -c "import sys; sys.stdout.buffer.write(bytes([0, 1, 250]))" | qrencode -8 -t UTF8
+python3 -c "import sys; sys.stdout.buffer.write(bytes([i for i in range(256)]))" | qrencode -8 -t UTF8