wellcome

Wellcome card generator


Keywords
Wellcome, Card
License
MIT
Install
pip install wellcome==0.2

Documentation

Card

Special Request: Albi

install library

  • Pypi
  • $ python3 -m pip install wellcome
  • Github
  • $ python3 -m pip install git+https://github.com/krypton-byte/wellcome

Library

    from wellcome import Wellcome
    wellcome=Wellcome()
    im=wellcome.create('images.png','krypton-byte')
    # show Image
    im.show()
    #save Image
    im.save('result.png')

Command Line

  • File
  • $ python3 -m wellcome --capt="krypton-byte" --pic=image.png --out=out.png
  • Base64
  • $ python3 -m wellcome --capt="krypton-byte" --pic=image.png --base64
  • run as server
  • $ python3 -m wellcome --server

Deploy

    Deploy

Result