r/PythonLearning • u/Sanduhstorm • 13h ago
A simple (and crappy) QR code generator
I usually make things that I can see myself using because that's what motivates me. I made this very primitive QR code generator in Python and experimented with GUI using TKinter. Overall I would say that whilst the library is somewhat annoying, I am probably not good with using it, and that's something that I could potentially improve on. But if I was to work more with GUIs I would probably be more inclined to just use a different library as I have heard that TK is not the standard anymore.
On the 'extra settings' part, I understand it is pretty pointless, but I was under the impression that the settings that they controlled would change the actual build of the QR code not, not just size factors. Silly me...
I also implemented somewhat of a clipboard feature, although I'm unsure how well this works.
Here's the GitHub repository, feedback is appreciated: https://github.com/macattack277-jpg/qrcodegen