This project aims to derive a compilation of PDF files that are seeded off a PSD file or various PNG assets. It aims to programmatically generate an artbook off the submission of various artists towards Extravaganza 2022, a national youth illustration competition.
- Python 3.10
- At least 5GB of spare memory (To cache PDFs)
- Poppler, which is a depedency for pdfToImage. You can install it via the instructions in this link.
- A google developer account set up with an application. Look up on how to get started with:
- Secret files :-)
- Clone this repository.
- Create a python virtual environment and activate it.
- Install dependencies via
pip install -r requirements.txt
- Run the code via
python app.py
- Delete ./credentials.json
- Rerun the code