← 全部工具

vaishnavi-142006/Python_QR_Code_Generator

热度 65 更新于 开发与构建

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

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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.