Back to Selected Works
PythonStreamlitCSS
QR Code Generator
This project is a QR code generator that allows users to create branded QR codes in bulk. It features customization options for colors and logos, as well as the ability to export generated codes for marketing and business use.

The Challenge
- Generating high-quality QR codes that remain scannable even with branding overlays.
- Implementing batch processing for multiple QR code generation without performance degradation.
- Designing an export feature that allows users to download QR codes in various formats.
The Solution
We used a Python library for QR code generation that supports customization. Streamlit's efficient handling of file uploads and downloads was leveraged to create a seamless user experience for batch processing and exporting QR codes.
