X Tutup
Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 477 Bytes

File metadata and controls

22 lines (13 loc) · 477 Bytes

📱 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
X Tutup