QR code generator using flask and latex
Find a file
2025-12-02 14:50:38 -06:00
Jobs Add Jobs/.gitkeep 2025-12-02 20:32:27 +00:00
templates Upload files to "templates" 2025-12-02 20:31:45 +00:00
.gitignore Update .gitignore 2025-12-02 20:23:30 +00:00
app.py Upload files to "/" 2025-12-02 20:22:26 +00:00
README.md updated readme 2025-12-02 14:50:38 -06:00
requirements.txt updated readme 2025-12-02 14:50:38 -06:00

tx-fancy-qrcode

QR code generator using flask and latex

Usage & Requirements

This uses latex and flask to create a qr code.

  • Install Latex & the package Fancy qr for Latex. (depends on your distro)
  • Setup a py venv :
    • python3 -m venv venv
  • activate the py venv and install requirements.txt
    • source venv/bin/activate
    • pip install -r requirements.txt
  • run app.py
    • python app.py