Skip to content

rimorin/jw-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Generator for JW.ORG

Screenshot 2023-01-10 at 1 49 53 PM

design_1

Screenshot 2022-08-17 at 4 16 08 PM

Setup Instructions:

  1. Create virtual environment by running python3 -m venv .venv
  2. Activate virtual environment by running source .venv/bin/activate
  3. Install dependencies pip install -r requirements.txt
  4. Run server by running gunicorn index:app

How to use:

  • Copy article from JW.org into your device clipboard.
  • Click on paste.
  • If you would like a sample letter to be generated, click on the include sample letter? checkbox.
  • Click on generate to generate QR template in word document based on the image and title of the article.

Technologies Used