This is a simple QR code generator web application built using Streamlit. It allows users to create custom QR codes for multiple URLs with ease. Users can input their links, choose a color for the QR code, and generate unique QR codes instantly.
-
Enter URL(s): Input your URL(s) into the text area provided. Each URL should be entered on a separate line.
-
Select Color: Choose a color for the QR code from the available options.
-
Generate QR Code: Click the "Generate QR Code" button to create QR codes for the entered URLs.
-
Download QR Code: Once the QR code is generated, you can download it by clicking the "Download QR code" link.
- Streamlit
- qrcode
- PIL (Python Imaging Library)
- base64
To run the application locally, make sure you have the required dependencies installed. Then, execute the following command:
streamlit run app.py