qrpy

Command-line program to encode and decode QR codes

MIT License

Downloads
38
Stars
0

qrpy

qrpy is a simple command-line program capable of encoding and decoding basic QR codes.

Installation

pip install qrpy

Note: You may need to additionally install zbar, as outlined in the installation steps for pyzbar.

Examples

❯ qrpy encode --input "Hello world" --output "hello.png"
❯ qrpy decode --input "hello.png"
Hello world

Omitting --output when encoding will print the QR code to the console.

Package Rankings
Top 36.55% on Pypi.org