Skip to content

danny-englander/custom-qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom QR code generator

This is loosely based on https://github.com/lincolnloop/python-qrcode.

Getting started

cd into the root of the project directory and run:

python3 -m venv .venv && .venv/bin/pip install -r requirements.txt

That will create a virtual environment and install the dependencies. Then run source .venv/bin/activate to set up the virtual environment so that you can simply use python3 to run the script.

Usage

basic QR code generation:

python3 main.py "https://example.com"

This will generate a QR code and save it to the codes directory.

Options

This will show you the available options.

About

Simple QR code generation loosely based on https://github.com/lincolnloop/python-qrcode

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages