Special Request: Albi
- Pypi
- Github
$ python3 -m pip install wellcome$ python3 -m pip install git+https://github.com/krypton-byte/wellcomefrom wellcome import Wellcome
wellcome=Wellcome()
im=wellcome.create('images.png','krypton-byte')
# show Image
im.show()
#save Image
im.save('result.png')- File
- Base64
- run as server
$ python3 -m wellcome --capt="krypton-byte" --pic=image.png --out=out.png$ python3 -m wellcome --capt="krypton-byte" --pic=image.png --base64$ python3 -m wellcome --server