A Python CLI tool to generate QR codes in multiple formats. Clean interface with organized output structure.
- Multiple QR formats supported:
- URL QR Codes π
- Email QR Codes π§
- SMS QR Codes π±
- WiFi QR Codes πΆ
- Text QR Codes π
- Automatic data formatting
- Clean CLI interface
- Organized output structure
- Clone repo:
git clone https://github.com/abhiyanpa/python-qr.git
cd python-qr
- Install requirements:
pip install -r requirements.txt
- Run script:
python main.py
qrcode==7.4.2
pillow==10.1.0
QR codes are saved in qrcodes
folder with timestamp.
Example: qrcodes/qr_20241115_123456_AbC123Xy.png
Made with β€οΈ by Abhiyan P A
MIT