A super lightweight Node.js CLI tool that lets you instantly generate QR codes right in your terminal!
Perfect for Linux users who believe the command line is life 🖥️✨
- Generate QR codes directly in your terminal — no GUI nonsense 😎
- Simple, fast, and dependency-light
- Works on any platform that supports Node.js (but looks best on Linux, obviously)
git clone https://github.com/ZayanMuhammed/cli-qr-code-maker
cd cli-qr-code-maker
npm installRun the script:
node qr.js -i "Data to encode"🪟 Windows Users
If you’re using the prebuilt qr.exe binary from the bin folder:
Copy the bin folder somewhere permanent (e.g. C:\Tools\qr_maker\bin)
Open PowerShell as Administrator and run:
setx PATH "$($env:PATH);C:\Path\to\qr_maker\bin" /MRestart PowerShell and run:
qr -i "Hello World"- Boom 💥 — your QR code appears right in your terminal!
- email: zayan.shameermv@gmail.com
- name: Zayan Muhammed
