Skip to main content

Wellcome card generator

Project description

Card

Special Request: Albi

install library

  • Github
  • $ python3 -m pip install wellcome
    
  • Pypi
  • $ 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

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

wellcome-0.1.tar.gz (1.1 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