Skip to content

Python project to generate QR codes using the qrcode library. Demonstrates external library integration and image handling in Python.

Notifications You must be signed in to change notification settings

rawahazkhan/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python project to generate QR codes using the qrcode library. Demonstrates external library integration and image handling in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages