Metadata-Version: 2.1
Name: HellFlask
Version: 0.0.3
Summary: Automate the creation of flask websites.
Home-page: https://github.com/freazesss/hell
Author: freazesss
Author-email: freazesss@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

<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)

> Automate the creation of flask websites..

# 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("")
```
#### On the ``double quotes`` you go to put your website name.
#### And run:
```
$ pyhon <you_file_name>.py
```

# License
#### [MIT ©](https://github.com/freazesss/hell/blob/master/LICENSE) freazesss


