QR Code Generator Using Python

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.

Comments

Popular posts from this blog

NIC Birth Date Finder: Unveiling the Secrets Behind National Identity Cards

Exploring the Marvels of Bing AI Image Generator

Understanding the Slowloris Attack: A Stealthy Web Server Exploitation