A simple Python application to generate QR codes from text or URLs. This project allows users to create QR codes for any input data, which can be scanned by mobile devices to quickly access the encoded information.
You can customize the QR code's appearance and functionality by modifying the code:
- Change the QR Code Size: Adjust the QR code's box size or border by modifying the parameters in the qrcode.make() function.
- Add Colors: Use the qrcode.QRCode class to set foreground and background colors for the QR code.
- Error Correction: Adjust the error correction level for the QR code to improve readability if parts of the code are obscured.