diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:21:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:21:48 +0700 |
commit | ac7fd8a3f42ce7295427238a0eb30325d2bbe021 (patch) | |
tree | b7811774e135a70478c4a78e461b4f7ad9b6e0fe /python/python-qrcode/README | |
parent | 33565ae8f4f5110fcdb91feb815d6076db08b979 (diff) |
python/python-qrcode: Added (QR Code generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-qrcode/README')
-rw-r--r-- | python/python-qrcode/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-qrcode/README b/python/python-qrcode/README new file mode 100644 index 0000000000000..28c746cc8de3e --- /dev/null +++ b/python/python-qrcode/README @@ -0,0 +1,4 @@ +Python QR Code image generator + +This module uses image libraries, Python Imaging Library (PIL) by +default, to generate QR Codes. |