A simple command-line tool to generate QR codes from any text or link using Python.
- Python 3.x
qrcodelibrary
Install via pip:pip install qrcode[pil]
python generate_qr.py "https://github.com/xd-utkxrsh"β
Output:
A PNG file is saved in the qrcodes/ folder like:
qrcodes/qr_2025-07-23_10-22-00.png
QR-Code-Generator/
β
βββ generate_qr.py
βββ README.md
βββ qrcodes/
- Python
- qrcode (PIL backend)
- Command-line script
python automation qr-code cli mini-project cv-ready fun-project image-generation
This is a quick and useful CLI tool that generates QR codes from any input β perfect for adding to your resume, portfolio, or using in real life.