Simple Python script using Pillow and qrcode to generate free QR codes, with no expiration.
Saves generated QR codes as .png
files in the /QR_codes
directory. Automatically assigns the url domain name and current month / year as the filename. If the filename already exists, numbers are added to maintain uniqueness.
Prerequisites: Python, pip
-
First install requirements:
pip install requirements.txt
-
Input URLS in
qr_code_script.py
as args in main() function. -
Ta Da! You made free QR codes. ๐