https://github.com/krypton-byte/wellcome
https://github.com/krypton-byte/wellcome
card wellcome
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krypton-byte/wellcome
- Owner: krypton-byte
- Created: 2021-10-18T07:42:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T08:21:22.000Z (over 4 years ago)
- Last Synced: 2024-10-06T07:38:31.706Z (over 1 year ago)
- Topics: card, wellcome
- Language: Python
- Homepage: https://shinz-api.herokuapp.com/?url=https://raw.githubusercontent.com/corrykalam/Aesthetic-Photo-Maker/master/maker1.jpg&name=anu
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Card
Special Request: Albi
## install library
- Pypi
- Github
```bash
$ python3 -m pip install wellcome
```
```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
- Base64
- run as server
```bash
$ python3 -m wellcome --capt="krypton-byte" --pic=image.png --out=out.png
```
```bash
$ python3 -m wellcome --capt="krypton-byte" --pic=image.png --base64
```
```python
$ python3 -m wellcome --server
```
## Deploy
[](https://heroku.com/deploy?template=https://github.com/krypton-byte/wellcome/tree/master)
## Result
