/qr-scanner

QR Code Generator

Primary LanguagePythonThe UnlicenseUnlicense

QR-Code Generator


How to can i try ?

  • Create envirnment
python -m venv .venv
source .venv/bin/activate
pip install qrcode[pil] pyqrcode pypng pillow
  • Generate by executing main.py
python main.py

  • Some procedures may need to be adjusted according to your system.