A tiny Python script that turns any URL (or text) into a QR code image.
๐ท Example output coming soon.
pip install qrcode pillowpython "QR code.py"You'll be prompted for:
- URL โ the link (or text) to encode
- File name โ the output is saved as
<name>.pngand opened automatically
Generates the code with the qrcode library and saves/previews it through Pillow.
Free to use and modify.