Skip to content

A simple Python tool to generate customized QR codes using the qrcode and Pillow libraries. Supports custom colors, filenames, and high error correction for reliable scanning.

Notifications You must be signed in to change notification settings

RajatSW/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

QR-Code-generator

🎯 Overview

QR Code Crafter is a lightweight Python project that transforms any link or text into a stylish, high-quality QR code — in seconds. Built using QR Code and Pillow, this project focuses on simplicity, customisation, and reliability.

Whether you’re sharing portfolio links, embedding contact info, or just flexing your Python skills — this tool has your back.


⚙️ Features

🎨 Customizable QR color themes (fill_color and back_color)

💾 Save QR images with your chosen filename

💪 High error correction level (can still scan even if slightly damaged)

🧠 Beginner-friendly code — easy to extend and modify

📷 Optional: Add a logo or timestamp for personal branding (see ideas below!)


🧰 Requirements

You’ll need Python 3.x and the following libraries:

pip install qrcode[pil] pip install Pillow


🚀 Usage

Run the script:

python qr_generator.py

Paste your link or text when prompted.

Enter your preferred file name (without extension).

Your QR code will be generated and saved as a .png file in your working directory.


Result →

A scannable QR code image saved locally.

About

A simple Python tool to generate customized QR codes using the qrcode and Pillow libraries. Supports custom colors, filenames, and high error correction for reliable scanning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages