Skip to content

CodeSleuthNive/QR_Generator_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

YouTube QR Code Generator

This project is a simple web application built with Streamlit that allows users to generate a QR code for any YouTube link. The QR code can be scanned by mobile devices to quickly access the specified YouTube video. The app also provides a download option for the generated QR code image.

Features

  • Input a valid YouTube link to generate a corresponding QR code.
  • Display the generated QR code directly on the web interface.
  • Option to download the QR code as a PNG image.
  • Simple and user-friendly interface.

Requirements

To run this application, you will need the following Python packages:

  • streamlit
  • qrcode
  • matplotlib
  • Pillow

You can install these packages using pip:

pip install streamlit qrcode[pil] matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages