qr-codes-generator

QR codes generator

Simple command-line tool to generate QR codes from text or URLs with custom filename.


qr-codes-generator — QR codes generator. Simple command-line tool to generate QR codes from text or URLs with custom filename.

# Setup virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run the application
python app.py

After launch:

  1. Enter text or URL
  2. Enter the name of the final file

A folder "qr_codes" will be created in which a file with the specified name will appear.

By using this software, you agree to the full disclaimer terms.

Software provided "AS IS" without warranty. You assume all risks.

Full legal disclaimer: See DISCLAIMER.md

License: BSD 3-Clause License

Python QR Code Generator CLI