This is a simple Python program that generates a QR code for a given website URL (or any value). The QR code is saved as a .png image file. Additional instructions to generate a QR code that allows a phone to automatically connect to a Wi-Fi network when scanned. See Generate_QR_Wi-Fi.txt
- Takes user input for the website URL
- Allows user to specify the filename
- Saves the QR code in
.pngformat
- Pillow
- qrcode
You can install these by running pip install -r requirements.txt.
- Run the program.
- Enter the website URL (or any value) when prompted.
- Enter the filename when prompted.
- The QR code will be generated and saved in the specified
.pngfile.
Jorune00
9/19/2023