/qr_creator

A simple desktop application for QR code generation

Primary LanguagePython

qr_creator

A simple desktop application for QR code generation

Usage

Invoke from the commandline from with python3 -m qr_creator, or compile into an executable with pyinstaller (pyinstaller --noconsole --onefile qr_creator/__main__.py) and run the resulting exe. Running with no commandline arguments launches the GUI, otherwise use python3 -m qr_creator --help to see possible arguments.