QR Code Generator (Python + Streamlit + qrcode + Pillow)
Created a QR code generator utility that takes user-provided URLs or text and converts them into downloadable QR code images. This involved integrating and configuring QR generation and image processing libraries to produce correct outputs from input data. The project emphasized end-to-end handling of user inputs, generation, and deployment.