I just built a CLI based QR Code Generator in Python and it was fun!!! <3
- Takes any link (YouTube, Insta, etc.)
- Lets you choose your own colors (foreground & background)
- Generates a QR Code
- You can preview it before saving
- Save it as
.png
- Python
- qrcode library
- PIL for images
While making this, I learned:
- How to use Python libraries properly
- Handling user input dynamically
- Generating and saving images through code
- Adding customization to make it more interesting
- Run the file
- Paste any link
- Enter colors
- Preview → Save → Done
- Add QR code styles (square, rounded, circle)
- Add logo in the center
- GUI version with Tkinter