~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast.

Creating QR Codes from the Terminal

Published on

Updated on

With the tool qrencode, it is surprisingly simple to create a QR code.

echo "https://brandonrozek.com" | qrencode -t ansiutf8

After viewing it on your terminal, you can save it to a PNG file

echo "https://brandonrozek.com" | qrencode -t png -o qrcode.png
Reply via Email Buy me a Coffee
Was this useful? Feel free to share: Hacker News Reddit Twitter