I developed a user-friendly web application using Streamlit that allows users to automatically generate QR codes from data stored in an Excel sheet. The app was deployed on Hugging Face Spaces, making it easily accessible online without any setup required.
The tool reads user-uploaded Excel files, extracts relevant data (such as URLs, names, or IDs), and generates a QR code for each row. All generated codes are displayed in the interface and can be downloaded individually or in bulk as images.
Technologies used:
Python (Pandas, qrcode, openpyxl)
Streamlit for the UI
Hugging Face for deployment
Key Features:
Upload Excel (.xlsx) file
Automatic QR code creation for each row
Live display of results
Simple and clean user interface
One-click download of generated QR codes
This project showcases my ability to combine backend logic with interactive front-end design using Python, and to deploy complete solutions for real-world use.