Skip to content

This CLI utility can be used to generate QR code image files from text.

Notifications You must be signed in to change notification settings

vincentmader/qr-code-from-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qr-code-from-url

This CLI utility can be used to generate QR code image files from text. It is built on top of the very nice Python module `qrcode`.

If, for example, you’d like to generate a QR code for the URL “https://mader.xyz”, you could use this utility in the following way:

./qr-code-from-url https://mader.xyz

The resulting image file will then be saved to the `./out` directory.

./out/https:__mader.xyz.png

About

This CLI utility can be used to generate QR code image files from text.

Topics

Resources

Stars

Watchers

Forks