Generate QR Code using "qrcode" module in Python
A Quick Response Code or a QR Code is a two-dimensional bar code used for its fast readability and comparatively large storage capacity. It consists of black squares arranged in a square grid on a white background.
Python has a library “qrcode” for g...
abhilashhari.hashnode.dev2 min read