"Turn any web link into a QR code with this easy tool! Built using Python, QR Code libraries and Streamlit. Scan the code with your phone to quickly open the link. Fast, simple, and clean design."
- π A web-based QR code generator
- π§ Clean and user-friendly interface
- π¨ Cool hover effects and emoji-enhanced UI
- π· QR code generation using
qrcode
andPillow
- π₯ Downloadable QR codes as JPEG file
- π» Fully open-source and hosted on Streamlit Cloud
π Launch the App
- Clone the repo: git clone https://github.com/inform2sajin/live-qr-code-generator-app.git cd qr-code-generator Install dependencies: """
- Clone the repo: pip install -r requirements.txt
- Run the app: streamlit run qrgenerator.py