Skip to content

A lightweight Python tool that generates QR codes from URLs or text inputs. Utilizes the `pyqrcode` library to create and save QR codes as PNG images, providing a simple and efficient way to generate scannable codes for various purposes.

License

Notifications You must be signed in to change notification settings

Avirmora/QR-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator (Python)

A simple Python script to generate QR codes (saved as PNG using the pyqrcode module).

Features

  • Generate a QR code from any URL or text.
  • Save as PNG file.
  • Lightweight, only uses pyqrcode and pypng.

📦 Installation

Clone the repository and install dependencies:

git clone https://github.com/Avirmora/QR-Generator.git
cd QR-Generator
pip install -r requirements.txt

About

A lightweight Python tool that generates QR codes from URLs or text inputs. Utilizes the `pyqrcode` library to create and save QR codes as PNG images, providing a simple and efficient way to generate scannable codes for various purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages