Skip to content

Streamlit-based web app swiftly generates customized QR codes from user input, allowing creation of multiple URLs with ease

Notifications You must be signed in to change notification settings

KPaccarizi/QR-Code-Generator---Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

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.

How to Use

  1. Enter URL(s): Input your URL(s) into the text area provided. Each URL should be entered on a separate line.

  2. Select Color: Choose a color for the QR code from the available options.

  3. Generate QR Code: Click the "Generate QR Code" button to create QR codes for the entered URLs.

  4. Download QR Code: Once the QR code is generated, you can download it by clicking the "Download QR code" link.

Dependencies

  • Streamlit
  • qrcode
  • PIL (Python Imaging Library)
  • base64

Usage

To run the application locally, make sure you have the required dependencies installed. Then, execute the following command: QR Code Generator

streamlit run app.py

About

Streamlit-based web app swiftly generates customized QR codes from user input, allowing creation of multiple URLs with ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages