An interactive Python program to generate QR codes dynamically from user input.
- Generates QR codes for any text or URL
- Allows users to specify a custom filename
- Saves the QR code as a
.pngimage - Simple and easy to use
Clone the repository to your local machine:
git clone https://github.com/ryshel-jasmi/QRCodeMaker.git
Install the necessary Python packages using pip:
pip install qrcode
pip install image
This version keeps your original installation steps while ensuring clarity for others. If you face any issues later, consider replacing pip install image with pip install qrcode[pil].