Generate QR codes from any text or URL. Supports customization and exports as PNG format.
# Generate QR code for URL
python3 scripts/qrcode_generator.py "https://example.com"
# Generate QR code for text
python3 scripts/qrcode_generator.py "Hello World"
# Custom size
python3 scripts/qrcode_generator.py "https://example.com" --size 500
Generate QR code for: https://github.com
Generate QR code for: Contact me at hello@example.com
Generate QR code for: WIFI:T:WPA;S:MyNetwork;P:password;;
Input text is sent to api.qrserver.com (third-party service). Not recommended for sensitive information.
输入URL或文本,生成PNG二维码。
共 1 个版本