~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI, Writer of Tidbits, and Linux Enthusiast

Creating QR Codes from the Terminal

Published on

Updated on

Warning: This post has not been modified for over 2 years. For technical posts, make sure that it is still relevant.

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

Have any questions or want to chat: Reply via Email

Enjoyed this post?

Published a response to this? :