loganswartz / qr_creator

A simple desktop application for QR code generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple desktop application for QR code generation


Languages

Language:Python 100.0%