A simple Python script to generate QR codes from text or URLs.
- Generate QR codes from URLs.
- Specify the output image format (e.g., PNG, JPEG).
- Customize QR code size and error correction level.
- Python 3
- qrcode
- Pillow (PIL Fork) for image handling (optional)
1.Install the required packages:
pip install qrcode[pil]
#Clone the repository:
git clone https://github.com/yourusername/qrcode-generator.git
cd qrcode-generator