Skip to content

Command-line program to encode and decode QR codes

License

Notifications You must be signed in to change notification settings

bradenhilton/qrpy

Repository files navigation

qrpy

A QR code

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.

About

Command-line program to encode and decode QR codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages