Skip to content

A QRcode generator with python-qrcode for Alfred Workflows.

License

Notifications You must be signed in to change notification settings

hilen/Alfred.QRCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred.QRCode

Alfred.QRCode

A QRcode generator based on python-qrcode for Alfred Workflows.

Install Python library:

  1. Install python packages tool pip by: sudo easy_install pip
  2. Install image library pillow by : sudo pip install pillow
  3. Install python-qrcode by : sudo easy_install qrcode

Usage:

  1. Type qr text;
  2. Define a hotkey, select some text, press the hotkey;
  3. Type qrfolder to open the QR code image folder. The image's name is created by your time and content's md5 value.

Output:

  1. The QRCode image your generate will be open with Preview application. demo

Todo:

  • Create a txt file to collect the QR code content.
  • Hotkey to open the txt file.