Metadata-Version: 2.1
Name: wellcome
Version: 0.1
Summary: Wellcome card generator
Home-page: https://github.com/krypton-byte/wellcome
Author: Krypton Byte
Author-email: galaxyvplus6434@gmail.com
License: MIT
Description: <center><h1>Card</h1></center>
        
        Special Request: <a href="">Albi</a>
        ## install library
        <ul>
        <li>Github</li>
        
        ```bash
        $ python3 -m pip install wellcome
        ```
        <li>Pypi</li>
        
        ```bash
        $ python3 -m pip install git+https://github.com/krypton-byte/wellcome
        ```
        </ul>
        
        ## Library
        
        <ul>
        
        ```python
        from wellcome import Wellcome
        wellcome=Wellcome()
        im=wellcome.create('images.png','krypton-byte')
        # show Image
        im.show()
        #save Image
        im.save('result.png')
        ```
        </ul>
        
        ## Command Line
        <ul>
        <li>File</li>
        
        ```bash
        $ python3 -m wellcome --capt="krypton-byte" --pic=image.png --out=out.png
        ```
        <li>Base64</li>
        
        ```bash
        $ python3 -m wellcome --capt="krypton-byte" --pic=image.png --base64
        ```
        <li>run as server</li>
        
        ```python
        $ python3 -m wellcome --server
        ```
        </ul>
        
        ## Deploy
        <ul>
        
        [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/krypton-byte/wellcome/tree/master)
        </ul>
        
        
        ## Result
        <ul><img src="result.png"></ul>
Keywords: Wellcome,Card
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
