/CursesQR

generate and display QR codes in your terminal

Primary LanguagePythonMIT LicenseMIT

CursesQR


cursesqr is a simply command line utility that can generate QR codes and print them to stdout, file, or to an Ncurses display. QR codes can be customized by color and unicode drawing characters. QR code generation is handled using Nayuki's QR-Code-generator.

Usage

cursesqr -h

Dependencies

Installation

git clone https://github.com/Ruunyox/CursesQR
cd cursesqr
python setup.py install