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.
🎨 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!)
You’ll need Python 3.x and the following libraries:
pip install qrcode[pil] pip install Pillow
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.