QRcode-generator


QR Code Generator

πŸ“Œ Project Overview:

Project Title: QR Code Generator
Instructor: Dr. Prateek Raj Gautam
Submitted By: Vikash Kumar Singh
SAP ID: 590014667


πŸ“œ Project Description:

πŸ” Description: qrcodegenrator is a Python-based project that allows users to generate QR codes for any input data. It utilizes popular Python libraries like qrcode and Pillow to create and save QR codes as image files.


✨ Key Features:


πŸš€ How to Use:

  1. Run the Application: To launch the application, open a terminal or command prompt and run the Python file:
    python QRCodeGenerator.py
    
  2. Input the Data: Enter the data (such as a URL or text) into the provided input field that you want to encode into a QR code.

  3. Set QR Code Size: Choose the desired size for the QR code using the adjustable slider or input field.

  4. Generate QR Code: Click the Generate QR Code button to create the QR code.

  5. Save the QR Code: Once the QR code is generated, you can save it to your computer by clicking the Save QR Code button.

  6. Preview the QR Code: The generated QR code will appear in the window, allowing you to confirm its content before saving.

πŸ›  Libraries Used:


πŸ’‘ Additional Notes: