From ac7fd8a3f42ce7295427238a0eb30325d2bbe021 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 8 Mar 2015 06:21:48 +0700 Subject: python/python-qrcode: Added (QR Code generator). Signed-off-by: Willy Sudiarto Raharjo --- python/python-qrcode/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python-qrcode/README (limited to 'python/python-qrcode/README') diff --git a/python/python-qrcode/README b/python/python-qrcode/README new file mode 100644 index 0000000000..28c746cc8d --- /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. -- cgit v1.2.3