Skip to content

IndianCoder3/QR-Code-Gen_ic3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

QR Code Generator

A simple and customizable QR Code Generator app built with Python. Generate QR codes from text or URLs with various styling options.

This app was built as an alternative to the Streamlit App (You must view that one too!): https://github.com/IndianCoder3/Str-QR-Code-Gen_ic3/


Features

  • Generate QR codes from any text or URL
  • Customize box size and border thickness
  • Choose fill and background colors
  • Option to save QR codes as PNG files
  • Supports direct download or saving to disk
  • Available as Python script, portable ZIP, or Windows installer

Installation

Option 1: Use the Installer (Recommended for Windows)

  1. Download the latest qrcode-gen-setup-v*.exe (replace * with the version, do the same for the rest of the time) from the Releases page.
  2. Run the installer and follow the on-screen instructions.
  3. Launch the app from your Start Menu or Desktop shortcut.

Option 2: Portable Version (No Installation)

  1. Download the qrcode-gen_v*-portable.zip from the Releases page.
  2. Extract the ZIP file to any folder.
  3. Run the executable GUI-v*.exe directly from the extracted folder.

Option 3: Run from Source

  1. Download GUI-v1.py or the source code archive from the Releases page.

  2. Make sure Python 3.6+ is installed on your system.

  3. Install required dependencies using:

    pip install qrcode Pillow
  4. Run the app with:

    python GUI-v1.py

Usage

  • Enter the text or URL you want to convert to a QR code.
  • Adjust customization options like box size, border, and colors.
  • Click Generate QR to see the QR code preview.
  • Download the QR code as a PNG file or save it directly to disk.

Notes

  • If you use the portable version, no installation is required.
  • The installer creates shortcuts and adds the app to your Start Menu.
  • When running from source, ensure all dependencies are installed.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues.


License

This project is licensed under the MIT License — see the LICENSE file for details.


Contact

Created by IndianCoder3. Feel free to reach out via GitHub for questions or suggestions. Email: indiancoder3@hotmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors