FundacionParaguaya / send-lifemap

Build a prototype that sends families and mentors their lifemaps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

send-lifemap

Build a prototype that sends families and mentors their lifemaps.

Install

git clone git@github.com:FundacionParaguaya/send-lifemap.git
cd send-lifemap
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Install with pipenv

Install pipenv: https://pipenv.readthedocs.io/en/latest/

git clone git@github.com:FundacionParaguaya/send-lifemap.git
cd send-lifemap
pipenv install
pipenv shell

Other requirements

PDF creation

import pdfkit

pdfkit.from_url("https://www.povertystoplight.org/en/faq", "faq.pdf")

pdfkit.from_file("algo.html", "algo.pdf")

About

Build a prototype that sends families and mentors their lifemaps.

License:MIT License


Languages

Language:JavaScript 85.8%Language:HTML 11.6%Language:Python 2.5%Language:Dockerfile 0.1%