Skip to content

ASBTEC/qr-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qr-generator

Simple script to generate qr images from URLs.

Prerequisites

  • Python3 and git installed in your system.
  • Python3 virtual environment with prerequsites.
  • Access to filesystem to store the created QR as PNG image.
  • Clone this repository.
sudo apt install -y python3 
sudo apt install -y git
git clone https://github.com/ASBTEC/qr-generator
cd qr-generator
rm -rf ./venv
python3 -m venv venv
./venv/bin/pip install -r requirements.txt

Usage

./venv/bin/python3 src/main.py https://example.com/

About

Simple script to generate qr images from URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published