← All tools

vaishnavi-142006/Python_QR_Code_Generator

Popularity 65 Updated Development & Build

A Python mini project that generates QR codes from text or URLs.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

Python QR Code Generator

#Python QR Code Generator

A simple Python mini project that generates QR codes from user input such as text or URLs.

Features

  • Generate QR codes from text or URLs
  • Save QR codes as PNG images
  • Easy-to-use command-line interface
  • Beginner-friendly Python project

Technologies Used

  • Python
  • qrcode library
  • Pillow

Installation

  • Clone the repository:
   git clone https://github.com/your-username/Python_QR_Code_Generator.git
  • Install the required packages:
   pip install qrcode[pil]
  • Run the project:
   python qr_generator.py

Example Input

https://github.com

Output

A QR code image (.png) is generated and saved in the project folder.