Skip to main content

Python package to generate One Piece Wanted Posters

Project description

one-piece-wanted-poster

Python Pypi LOC Downloads Downloads License Forks Issues Project Status


Install one-piece-wanted-poster from PyPi.

pip install one-piece-wanted-poster

Example

import os
from wantedposter.wantedposter import WantedPoster
from PIL import Image


def main():
    # Set "Luffy" as first name and "D. Monkey" as last name
    first_name = 'Luffy'
    last_name = 'Monkey D.'

    # Set bounty amount to 3.000.000.000
    bounty_amount = 3_000_000_000

    # Create WantedPoster object
    wanted_poster = WantedPoster(None, first_name, last_name, bounty_amount)

    # Generate poster
    path = wanted_poster.generate()

    # Show image
    Image.open(path).show()


if __name__ == '__main__':
    main()

Credits

AlleCosti95

Thanks to ClayStage for providing the original template.

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

one-piece-wanted-poster-0.0.9.tar.gz (821.3 kB view details)

Uploaded Source

Built Distribution

one_piece_wanted_poster-0.0.9-py3-none-any.whl (821.6 kB view details)

Uploaded Python 3

File details

Details for the file one-piece-wanted-poster-0.0.9.tar.gz.

File metadata

File hashes

Hashes for one-piece-wanted-poster-0.0.9.tar.gz
Algorithm Hash digest
SHA256 8efd27349dede4d6838506630b4301e836eaedeefa5bb47eca41170443899d9c
MD5 6c58744dc7bd4b772d16ceb524f390c6
BLAKE2b-256 edd9ccf9bcf4b344658e84e9d8297d4a6e416a596d462d120c2e7eedaefc0012

See more details on using hashes here.

File details

Details for the file one_piece_wanted_poster-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for one_piece_wanted_poster-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 3721f4a394df86029251ac63c5329aae99019020d9011d39012cfa67a4903314
MD5 c08a905da93e617463ba243113cbc83d
BLAKE2b-256 8d522677a9f14e5a992b828c8c7c9882a31885c1cae8cd5994d0f94510c6efc1

See more details on using hashes here.

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