Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 316 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 316 Bytes

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.