Skip to content

Uses python qrcode library to generate qr codes, and tkinter as a gui to more easily interact with qr code creation process

Notifications You must be signed in to change notification settings

Vladimir-Herdman/QR-Code-Generator-Gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

Essentially, I recently learnt a close friend of mine had to pay a monthly fee (about $1) for a QR code that would otherwise deprecate if he didn't pay.

That sounds like an absolute scam, a QR code that deprecates? Unbelievable. I looked into it, and there's already a python library qrcode that can generate QR codes on data given to it. That's all fine and dandy, but I didn't want to just tell him that. So, I created this tkinter interface to simplify the QR code stylization and creation process for him, and now his hiking club isn't using fees for QR codes when creating club promotional material. You can just create it, it updates as you write, and then you can save a PNG or SVG of the QR code, it's scannable by any phone that supports such functionality!

It's also nice for me, I got a QR code generator I like playing with, and can one day create a deprecating QR code site to take advantage of similar situations ;)

Even_More_Corrected.mov

About

Uses python qrcode library to generate qr codes, and tkinter as a gui to more easily interact with qr code creation process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages