Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

📱 QR Code Generator

A simple Python script to generate QR codes from any text, URL, or data string. Saves the QR code as an image file for easy sharing or embedding.


🚀 Features

  • ✅ Generate QR codes from any content (text, URL, contact info, etc.)
  • 🖼️ Save output as PNG or JPEG
  • 🧩 Minimal dependencies
  • 🐍 Built with Python and qrcode library

🧪 Requirements

Install the required library using pip:

pip install qrcode