generate QR codes.
For a standard install, run:
pip install qrcodepip install imageA Quick Response code is a two-dimentional pictographic code used for fast readeability and comparitively large storage capacity that it provides. The code is formed using black modules arranged on a white background square pattern.
Open command prompt(cmd) in Windows OS and execute the following:
python qr.pyTry changing the data in qr.py and check the result in the png generated(saved as, 1.png).