A python3 module for generating textboxes modules for QuoteBot using the pillow module.
Clone the repo into your current project, using clone https://github.com/comhad/textbox-generator
and change the name of the folder to another name since python doesn't allow you to import modules that have a -
in the name, if you change it to tb
for example, use import tb.textbox
.
All assets for generating textboxes are stored in assets
folder.
All backgrounds stored in the backgrounds
folder should be png files that are 600 x 150.
All fonts stored in the fonts
folder should be ttf
files.
Avatars should be a square to main their aspect ratio when they are put in textboxes.