Skip to content

heyyysus/kitp-survey-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitp-survey-generator

Install Requirments

pip3 install -r requirments.txt

Install wkhtmltopdf (MacOS)

brew install homebrew/cask/wkhtmltopdf

Homebrew is required to install wkhtmltopdf

Database Configuration

  1. Copy .env_SAMPLE to .env cp .env_SAMPLE .env
  2. Edit the following to the appropriate database details: DB_HOST, DB_USER, DB_PASS, DB_NAME

Running the Generator

python3 main.py <PROGRAM_CODE>

Example:

python3 main.py brainlearn23

Output will appear in out directory

About

Generate pdf surveys for the KITP program at UCSB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published