A command line tool to generate QR codes with customizable options.
- Generate QR codes from text with customizable options
- Decode QR codes from image files
- Customizable styling - colors, size, border, error correction
- Optional return of base64 image
pip install -r requirements.txtBasic usage:
python qr_generator.py "Hello World"
python qr_generator.py generate "https://example.com" -o qrexample.pngAdvanced options:
python qr_generator.py "My text" -s 15 -b 2 --fill-color blue --back-color yellow
python qr_generator.py "Data" --error-correction H