This is a simple Python application to generate QR codes.
- Python 3.x
qrcodelibraryPillowlibrary
-
Clone the repository:
git clone https://github.com/ASA-666/QR-Code.git cd QR-Code -
Install the required libraries:
pip install qrcode[pil]
-
Run the script:
python gen_qr_code.py
-
Enter the data you want to encode in the QR code when prompted.
-
The generated QR code will be saved as
qrcode.pngin the current directory.
This project is licensed under the MIT License!