Generate QR code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Generate QR code

How I can generate QR code in python without using the qrcode library?

30th Sep 2020, 10:17 AM
SUN
SUN - avatar
3 Answers
+ 11
Thanks a lot Lothar and JaScript
30th Sep 2020, 11:14 AM
SUN
SUN - avatar
+ 9
Without using any library it is very difficult. First of all you need to get familiar with the spcification / standard from ISO Organization: ISO/IEC 18004:2015: Information technology — Automatic identification and data capture techniques — QR Code bar code symbology specification. These standards are not for free. Even if you will get it from somewhere, it will not show how to do the coding. This requires in-depth knowledge of image processing and pattern recognition. So why should you re-invent the wheel?
30th Sep 2020, 10:48 AM
Lothar
Lothar - avatar
+ 3
In web you can find the technical definition and code this. Happy coding. https://en.m.wikipedia.org/wiki/QR-Code
30th Sep 2020, 10:44 AM
JaScript
JaScript - avatar