No project description provided
Project description
AX Banner Generator
Usage
pip install ax-generate-banner --upgrade
Then:
from ax_generate_banner.generate import Generate
if __name__ == '__main__':
generate = Generate(
left_image='image-left.jpg',
right_image=['img1.png', 'image-right.png'],
text_header=["BEDS", "FLOORS", "SQ.FT"],
text_data=["3", "43", "4863"],
residence_title='Rukan Residences',
font='alethiapro-regular.otf'
)
generate.save('result.jpg')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.