str0g / wifi-qrcode-generator

Tool to generat qrcode and fill tex template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output with default template:

sample-out

External dependency:

  • pdflatex (for most distribution it will be in texlive-core package)
  • texlive package with graphicx component (most likely texlive-pictures)

Linux and MacOS:

Test install

Create virtual environment python -m venv venv then source venv/bin/activate and finally install with python setup.py install

Test run

Being in virtual environment execute python example/usage.py -i config.json to received pdf

Windows:

Not supported

About

Tool to generat qrcode and fill tex template

License:GNU General Public License v2.0


Languages

Language:Python 92.2%Language:TeX 7.8%