Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1 KB

File metadata and controls

45 lines (29 loc) · 1 KB

QR Code Generator

A simple Python program that generates a QR code for a given URL or text input. Demonstrates external library integration (qrcode) and image file handling in Python.

Project Overview

This project creates a QR code for a GitHub profile link and saves it as an image file. It can easily be adapted to generate QR codes for any URL or string.

Key Features

  • Generates QR codes from text or URLs.
  • Configurable QR code properties (version, box size, border).
  • Saves output as an image file (.png).

Concepts Applied

  • External library integration (qrcode).
  • Image generation and saving.
  • Working with external modules.

Technologies & Tools

  • Python
  • qrcode (Python library)
  • Pillow (for image handling)

How to Run

Clone the repository:

https://github.com/rawahazkhan/QR-Code-Generator.git
cd qr-code-generator

Run the program:

python main.py

Usage Example

  • Input: A GitHub profile link
  • Output: github_qr.png image containing the QR code