Metadata-Version: 2.1
Name: pocard
Version: 0.0.7
Summary: PokemonCard Generator
Home-page: https://github.com/krypton-byte/pocard
Author: Krypton Byte
Author-email: galaxyvplus6434@gmail.com
License: MIT
Download-URL: https://github.com/krypton-byte/pocard/archive/0.0.1.tar.gz
Description: <p align="center">
        <img src="https://i.ibb.co/5WSxMFD/Stiker-Dekorasi-Latar-Belakang-Tubuh-Laptop-Kartun-Kepribadian-Mode-Stiker-Mainan-Klasik-Pokemon-Pik.webp" width="25%">
        </p>
        
        # Pokemon Card
        # Install This Library
        
        ```
        $ git clone https://github.com/krypton-byte/pocard
        $ cd pocard && python3 setup.py build && python3 setup.py install --user
        ```
        # Use
        <p>CommandLine<p>
        
        ```bash
        $ pocard index[0-3] "title" "desc" input_image output_image method:[scale, crop, auto]
        example:
        $ pocard 0 "Title" "desc" in.png out.jpg scale
        ```
        
        <p>Python Interpreter</p>
        
        ```python
        >>> from pocard import CARDS
        >>> CARDS[0].maker("Title", "image_input.png", "Desk", font_color=(0, 0, 0), image_method="auto").show()
        >>> CARDS[0].maker("Title", "image_input.png", "Desk", font_color=(0, 0, 0), image_method="auto").save("out.png)
        # image_input type: BytesIO, Image.open Object, string(path+filename)
        # image_merhod: scale, auto, crop
        ```
        # Preview
        <img src="out.png" width="25%"><img src="out1.png" width="25%"><img src="out2.png" width="25%"><img src="out3.png" width="25%">
        # Donasi
        <p align="center"><img src="https://svgur.com/i/Vtt.svg">
        
        </p>
        <ul><li><a href="https://saweria.co/kryptonbyte">Saweria</a><li><a href="https://wa.me/6283172366463">Whatsapp</a></li><li><a href="https://trakteer.id/krypton-byte-z8vbo">Trakteer</a></li></ul>
Keywords: POkemon,pokemon,yugioh,card,maker,generator
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
