Generate QR Code.
To install all necessary modules run this code in your command line:
pip install pyzbar, pillow, validators, qrcodeDownload source code via using console
git clone https://github.com/SuperProCoolName/qrcode.git
To set text or link to generate QR Code simply run qr_code.py.
Set data in quotes to your needed text or link
def main():
data = input('Enter text or link: ')If you entered link you will be asked whether or not you want to open it.
def main():
data = 'github.com/SuperProCoolName/qrcode.git'