Posts

Showing posts from March, 2023

QR Code Generator Using Python

Image
Today I'm explaining you about a QR Code generator I made recently with python.   I used PyQt5 module because It has a designer, so that I can drag and drop widgets.  Its easy to use other than coding to place widgets.   And QR code module is used to generate QR Code.   In this GUI Application you can customize QR code colors such as Back color, Center color and Edge color.  You also have the option to make modules in QR code round shaped. Check my GitHub repo for source code and instructions : https://github.com/GH0STH4CKER/QR_Code_Generator Thank you for reading.