Alfred.QRCode
Alfred.QRCode copied to clipboard
A QRcode generator with python-qrcode for Alfred Workflows.
Alfred.QRCode
A QRcode generator based on python-qrcode for Alfred Workflows.
Install Python library:
- Install python packages tool pip by:
sudo easy_install pip
- 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.
Todo:
- Create a txt file to collect the QR code content.
- Hotkey to open the txt file.