Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Build a prototype that sends families and mentors their lifemaps.

License

Notifications You must be signed in to change notification settings

FundacionParaguaya/send-lifemap

Repository files navigation

send-lifemap

Build a prototype that sends families and mentors their lifemaps.

Install

git clone [email protected]: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 [email protected]: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")