A simple Python project that generates QR codes from text or links.
- Generate QR codes from any text or URL
- Save QR code as image file
- Lightweight and easy to use
Install required library before running:
pip install qrcode[pil]- Clone the repository:
git clone https://github.com/your-username/QR-code-generator-python.git- Go to project folder:
cd QR-code-generator-python- Run the script:
python qr_gen.pyThe program will generate a QR code image file in the same folder.
qr_gen.py # Main Python script
README.md # Project documentation
Garima Tiwari
Give a star β to the repository