Metadata-Version: 2.1
Name: HellFlask
Version: 0.0.4
Summary: A Simple cli to automate the creation of flask websites with python.
Home-page: https://github.com/freazesss/hell
Author: freazesss
Author-email: freazesss@gmail.com
License: MIT
Description: <p align=center>
        <img src='https://user-images.githubusercontent.com/60306241/81466305-f6d56400-91a6-11ea-963f-59b841c0c9af.png' width=300>
        </p>
        
        # Hell
        [![license](https://img.shields.io/github/license/freazesss/hell)](./LICENSE)
        ![stars](https://img.shields.io/github/stars/freazesss/hell.svg)
        ![contributors](https://img.shields.io/github/contributors/freazesss/hell.svg)
        
        > A Simple cli to automate the creation of flask websites with python.
        
        # Screenshot
        
        ![image](https://user-images.githubusercontent.com/60306241/81494996-5acd5a80-9283-11ea-8eb8-40bac032c8f8.gif)
        
        # Usage
        
        ```sh
        $ pip install HellFlask
        # and
        $ pip install Flask
        ```
        
        #### Create one file ``.py`` and put:
        ```py
        from HellFlask import Hell
        
        Hell()
        ```
        #### And run:
        ```
        $ pyhon <you_file_name>.py
        ```
        
        # License
        #### [MIT ©](https://github.com/freazesss/hell/blob/master/LICENSE) freazesss
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
