Skip to content

Create English/Japanese printable PDF for Vangohan recipe

License

Notifications You must be signed in to change notification settings

chezou/vangohan-pdf

Repository files navigation

Vangohan Recipe to PDF

If you execute locally, run:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt -c constraints.txt
$ python fetch_vangohan.py
$ ls results
vangohan.pdf  vangohan_en.pdf

Or, you can run by creating Docker image as:

$ docker build -t vangohan-pdf:latest ./
$ mkdir tmp
$ docker run --rm -it -t -v $(pwd)/tmp:/opt/app/results vangohan-pdf:latest
$ ls tmp
vangohan.pdf  vangohan_en.pdf

About

Create English/Japanese printable PDF for Vangohan recipe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published