QR Code Generator Basic link-to-QR gotten from CS50's Py Usage To use, run python3 qr.py And provide the desired link. The QR code will be generated in a file called 'qr.png', inside the root folder. Dependencies pip install qrcode pip install Pillow