Skip to content

A quick-and-dirty QR code generator using the pyqrcode module.

License

Notifications You must be signed in to change notification settings

GlazeGlopMike/makeqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

makeqr

A quick-and-dirty QR code generator using the pyqrcode module. QR codes are saved as Scalable Vector Graphics (SVG) files.

Installation

Using pip: pip3 install pyqrcode

Usage

Generating from a string:

  • python3 makeqr.py "sample text"

Generating from an input file:

  • python3 makeqr.py -f source.txt

Specifying an output location:

  • python3 makeqr.py -f source.txt -o dest.svg
  • Force overwrite: python3 makeqr.py -f source.txt -x -o dest.svg

About

A quick-and-dirty QR code generator using the pyqrcode module.

Resources

License

Stars

Watchers

Forks

Languages