Alfred.QRCode
A QRcode generator based on python-qrcode for Alfred Workflows.
Install Python library:
- Install image library pillow by :
sudo pip install pillow
- Install python-qrcode by :
sudo easy_install qrcode
Usage:
- Type
qr text
; - Define a hotkey, select some text, press the hotkey;
- Type
qrfolder
to open the QR code image folder. The image's name is created by your time and content's md5 value.
Output:
- The QRCode image your generate will be open with Preview application.