A Quick Response code is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data (e.g., binary, alphanumeric, or Kanji symbols)
pip3 install qrcode for macos users
pip install qrcode for Windows
It is a beginner friendly python project demonstrating generation of qr codes which are used widely in payments and links redirection using mobile scanners.
By using qrcode library we can generate some awesome codes just by entering the url link and it will generate the QR for us.
User can do Customization according to the needs like i have used conventional black and white color scheme but user can change the color according to needs in the code.
Also The Url is taking input from user and if you want to modify you can just remove url variable and give the respective website link in data.

