The Card Generator app is a Python application that takes a template image, a list of phrases, and arranges the phrases in a 7x10 matrix on the template. The resulting image is saved with the arranged text.
pip install Pillow
Modify the phrases.txt file with your own phrases and run the following in the terminal
py .\main.py .\template_name.png .\phrases.txt text_color(optional - black or white)