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.
- 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.
To run this application, you will need the following Python packages:
streamlitqrcodematplotlibPillow
You can install these packages using pip:
pip install streamlit qrcode[pil] matplotlib