Metadata-Version: 2.1
Name: pig-py
Version: 0.0.2
Summary: A package for generate icons for Ionic
Home-page: https://github.com/FcoJunior/pig-py
Author: Francisco Junior
Author-email: fcojunr@gmail.com
License: UNKNOWN
Description: # Pig-Py
        
        Pig-py is a python console application that creates icon and splash images for android and ios platforms
        
        ## Instalation
        ```
        pip install pig-py
        ```
        
        ## Usage
        ```
        pig [platform] [options]
        ```
        
        > For more experience use 1024x1024 images for icons and 2732x2732 for splash
        
        #### Platform types
        * ionic
        * android `to do`
        * ios `to do`
        
        #### Options
        See options too using `pig --help`
        
        | Command | Required | Description |
        | ------- | -------- | ----------- |
        | `-f` `--file` | true | file name |
        | `-o` `--output` | false | destination folder of images |
        
        #### Example
        ```
        pig ionic -n file.png
        ```
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
