These are scripts used to create a deck of cards and website. Credits to Matias Sj for helping in the development.
- From a list of challenges/card titles I used
prompt-chatgpt.txtto generate cards.csv cards.csvIt the card titles + the visual description necessary to generate the illustrations + an optional text description in case the card requires extra explanationgenerate-illustration.pyIt generates the cards for each visual description in cards.py and saves them atimagesfoldergenerate-final-card.pyIt goes through theimagesfolder and puts that together with the optional descriptions incards.csv, the card frames atframesand some prefered font in thefontsfolder.resize.pyThis converts all images to a smaller size and jpg format so they are lighter and the website is fast.
