Skip to main content

A fully customizable QR code generator with support for colors, logos, and links.

Project description

PWQ QR Gen 4 — A Fully Customizable QR Code Generator

PWQ QR Gen 4 is a powerful and flexible QR code generator built for developers, designers, and automation workflows. It supports all 40 QR versions, 8 mask patterns, 4 error correction levels, and every encoding mode, including Kanji and ECI (Extended Channel Interpretation). ✨ Key Features • Full QR Spec Support: Encode using any version, mask, or error correction level. • Advanced Encoding: Supports Byte, Alphanumeric, Numeric, Kanji, and ECI modes. • 16 Diffrent Encoding Techniques: UTF-8, ISO-8859-1, ISO-8859-2 • Fully Customizable Grid of The QR Code: Color, Shape, Logo etc. • --- Dual-Mode Support -> Manual & PWQAI • Manual Mode: User enters parameters such as: version, mask, EC level, encoding etc. • PWQAI Mode: Automatically selects the optimal version and encoding parameters based on input data. • --- Visual Customization: • RGB foreground and background color control • Circular or square grid modules • Multi-logo support (Instagram, YouTube, WhatsApp, PayPal, Netflix, Messenger, Gmail, or custom uploads) ---NOTE: Version 4-4.0.42 Removed the pre-created logos due to copyright and trademark issues! --- Thus user provides either the full path to the logo (eg. C:\path\to\the\logo.png), leaves as is since its set --- to default as "None", or particularly sets it to "None", "False" or "". • Output Options: Save to PNG with custom filename and path • Very Simplistic Design & Usage

🧠 Built on Nayuki’s Logic This project builds on the structural logic and segment division algorithms from Project Nayuki’s QR Code Generator, with extensive enhancements for customization and automation.

🧩 Usage

✅ PWQAI Mode — Enabled & Disabled

from PWQ_QR_GEN_4 import PWQ_QR_GEN_4

# --- PWQAI Mode -> True
PWQQRGEN4 = PWQ_QR_GEN_4(
    "これは漢字のエンコーディングの例です",   # Input text
    r"C:\Users\user\path\to\save",             # File path for saving
    "PWQQRGen4_Example.png",                   # File name + format
    (255, 0, 0),                               # Background color (RGB)
    (200, 200, 25),                            # Foreground color (RGB)
    gridshape="square",                        # Shape of the grid: "square" or "circle"
    logoimg="C:\path\to\the\logo.png",         # Logo: "Instagram", "Youtube", "Whatsapp", etc. NOTE: Version 4-4.0.42 Removed the pre-created logos due to copyright and trademark issues! 
    PWQAI_mode=True                            # Enable PWQAI automatic mode
)
⚙️ PWQAI Mode  Disabled
python
Copy code
from PWQ_QR_GEN_4 import PWQ_QR_GEN_4

# --- PWQAI Mode -> False
PWQQRGEN4 = PWQ_QR_GEN_4(
    "https://youtube.com",                     # Input text
    r"C:\Users\user\path\to\save",             # File path for saving
    "PWQQRGen4.png",                           # File name + format
    (17, 18, 9),                               # Background color (RGB)
    (231, 90, 143),                            # Foreground color (RGB)
    gridshape="circle",                        # Shape of the grid
    gridsize=15,                               # Module size in pixels
    quietzonesize=6,                           # Border size in modules
    logoimg="false",                           # Logo embedded set to false
    encoding="ISO-8859-1",                     # Encoding technique
    version=4,                                 # QR Version (1–40)
    eclvl=PWQ_QR_GEN_4.PWQ_QR_Ecl._Quartile,   # Error Correction Level
    mask=0,                                    # Mask pattern (0–7)
    PWQAI_mode=False                           # Disable PWQAI mode
)
🔠 Encoding Techniques Table
python
Copy code
_ECI_Encoding_Table: dict[str, int] = {  
    "ISO-8859-1": 3,       # Western European  
    "ISO-8859-2": 4,       # Central European  
    "ISO-8859-3": 5,       # South European  
    "ISO-8859-4": 6,       # North European  
    "ISO-8859-5": 7,       # Cyrillic  
    "ISO-8859-6": 8,       # Arabic  
    "ISO-8859-7": 9,       # Greek  
    "ISO-8859-8": 10,      # Hebrew  
    "ISO-8859-9": 11,      # Turkish  
    "ISO-8859-13": 15,     # Baltic  
    "ISO-8859-15": 17,     # Western European (Euro)  
    "Shift_JIS": 20,       # Japanese  
    "UTF-8": 26,           # Unicode (most common)  
    "UTF-16BE": 28,        # Unicode Big Endian  
    "UTF-16LE": 29,        # Unicode Little Endian  
    "Windows-1252": 21     # Microsoft Western European  
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pwq_qr_gen_4-4.0.44.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pwq_qr_gen_4-4.0.44-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file pwq_qr_gen_4-4.0.44.tar.gz.

File metadata

  • Download URL: pwq_qr_gen_4-4.0.44.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for pwq_qr_gen_4-4.0.44.tar.gz
Algorithm Hash digest
SHA256 1c98d145995c99f8827d2113e3977fb5a33a7fc559e666b93e843b3492823972
MD5 330068744957902098898c08223afe89
BLAKE2b-256 245f940fa9d18d08b792c75da711265f4b59d58751b0b4b9a9f6f2ec6743eca6

See more details on using hashes here.

File details

Details for the file pwq_qr_gen_4-4.0.44-py3-none-any.whl.

File metadata

  • Download URL: pwq_qr_gen_4-4.0.44-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for pwq_qr_gen_4-4.0.44-py3-none-any.whl
Algorithm Hash digest
SHA256 5c0c42da83dcf0bb6a855409ab7f8a2ec74b25930b8ce9b868e2df8f82296aea
MD5 9cd1c4f50172964899614cea9556cce1
BLAKE2b-256 d4e71972441a8cd950133e8d1fdd60b5b90be7198771fa708696139215c04b59

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page