A QRcode generator based on python-qrcode for Alfred Workflows.
- 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
- 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.
- Create a txt file to collect the QR code content.
- Hotkey to open the txt file.