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.pyExample Input
https://github.comOutput
A QR code image (.png) is generated and saved in the project folder.