I'd like to generate a qr-code which will contain all informations concerning a user with django.
can you help me please....even with a link or a code...or with a github project ;)
thanks
I'd like to generate a qr-code which will contain all informations concerning a user with django.
can you help me please....even with a link or a code...or with a github project ;)
thanks
Have a look at qrcode library. It should be able to do everything you need.
Here's a code snippet to get started: