Skip to main content

No project description provided

Project description

AX Banner Generator

Usage

pip install ax-generate-banner

Then:

from core.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')

alt text

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ax_generate_banner-0.1.2.tar.gz (1.8 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page