An open API service indexing awesome lists of open source software.

https://github.com/krypton-byte/wellcome


https://github.com/krypton-byte/wellcome

card wellcome

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Card

Special Request: Albi
## install library


  • Pypi
  • ```bash
    $ python3 -m pip install wellcome
    ```

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

## Library

    ```python
    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
  • ```bash
    $ python3 -m wellcome --capt="krypton-byte" --pic=image.png --out=out.png
    ```

  • Base64
  • ```bash
    $ python3 -m wellcome --capt="krypton-byte" --pic=image.png --base64
    ```

  • run as server
  • ```python
    $ python3 -m wellcome --server
    ```

## Deploy

    [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/krypton-byte/wellcome/tree/master)

## Result