This is a simple Streamlit web app for generating QR codes based on user input. You can choose between generating a QR code for a URL or plain text with the ability to generate multiple URLs at once.
Click Here To View This App Online!
- Generate QR codes for URLs or plain text
- Download the generated QR code as a PNG image
- Supports multiple QR codes generation (one per line)
-
Select the QR content type (URL or Text)
-
Enter the content for the QR code (for multiple QR codes, enter one per line)
-
Click the "Generate QR Code" button
-
Download the generated QR code by clicking the "Download QR code" button
- Clone the repository
git clone https://github.com/Kaludii/QR-Code-Generator-Streamlit.git
- Change the working directory
cd QR-Code-Generator-Streamlit
- Install the required dependencies
pip install -r requirements.txt
- Run the Streamlit app
streamlit run app.py
- Open your browser and go to the specified address (usually
http://localhost:8501
)
- streamlit
- qrcode
- Pillow