A simple and reusable Python script utilizing the qrcode
library to generate high-quality QR codes for URLs, text, or other encoded data.
It's designed to be clean, well-documented, and easy to integrate into larger projects.
To run this script, you must have Python installed on your system.
The only external dependency is the qrcode
library, which can be installed via pip:
pip install qrcode
This project is licensed under the MIT License