python-vipaccess icon indicating copy to clipboard operation
python-vipaccess copied to clipboard

Feature Request - Add qrencode/pillow and automatically generate QR code file

Open cbasolutions opened this issue 2 years ago • 1 comments

This package allowed me to generate the code from the CLI using a pure Python solution

https://pypi.org/project/qrcode/

cbasolutions avatar Jul 03 '22 22:07 cbasolutions

I actually removed these dependencies way back in 17710cd66b42293e35326d345e4cbc28221d93fc, since PIL/Pillow are rather heavyweight and not needed for a lot of users.

The README already explains how to do this, since 4017c90c30160be6985185e486e980e7e4553dcd.

Could you create a PR to re-add them as optional ("extras") dependencies and to add a vipaccess provision --print-qr option in that case?

dlenski avatar Jul 09 '22 20:07 dlenski