QRCode Suite banner

QRCode Suite

5 devlogs
3h 10m 37s

Generating QR Codes in multiple ways!

Making QR Code Generators on all platforms (CLI, GUI, Discord & Slack) with python and a nice website to display it all. This uses the qrcode libray for python. Each ship will be about a differant platform!

This project uses AI

Github Copilot code compleation and debuging inside VSCode as well as using some models to make sense of the documentation 😭.

Demo Repository

Loading README...

freddie

Shipped this project!

Hours: 2.05
Cookies: 🍪 18
Multiplier: 8.72 cookies/hr

So QRCode Suite now has a GUI made in tkinter. this libray is something you learn about at the end of any simple python tutorial book (the ones for little kids) but i never got the hang of it. This included a lot documentation reading and when that failed a bit of LLM!

I’m very happy with this ship as is neatly shows all the function as good QRCode Gen should have in a simple desktop app.
If there are bugs comment here or make a github issue.
if you are voting for this, hii.
if you are a shipwright, hiiiiiii!

freddie

I fixed some small bugs in code and made a requirements.txtas well as finish up the README.md ready to ship.

Attachment
0
freddie

Added in buttons for viewing history (prev. codes made), preview QR Code (last made) and closing the window.

Attachment
Attachment
0
freddie

Now I’ve moved onto the GUI version using tkinter!
I found some documentation here and used that to help me. It is very simple right now and not much differant from the CLI to I’m hoping to add new features like history, custom center images or cutsom saving locations?

Attachment
0
freddie

Shipped this project!

Hours: 1.13
Cookies: 🍪 15
Multiplier: 12.94 cookies/hr

I have finished the CLI version of QRCode Suite!

Right now the demo link goes to a github releases tab where v1.0 has an .exe that will run the QR Gen.

It is made in python and took just over 1 hour.

freddie

Turned into a .exe! It has some ASCI art and info before making QR Code. you have the option to make another. The file name is differant each time! Migth ship this now then start work on GUI version!

Attachment
Attachment
0
freddie

Tested a few things out with normal qrcode library but on Stack Overflow I found some code to add custom logo’s on to which may be usefull.

Attachment
1

Comments

Eli Nelson
Eli Nelson about 2 months ago

That is cool you will have to let me know how it goes I would love to make custom qr codes with my logos on them!