DEV Community

Cover image for Create Flask app in 3 lines of code
Siddhartha Roy
Siddhartha Roy

Posted on

Create Flask app in 3 lines of code

createflask

PyPI - Python Version

pip install createflask

Create your flask development environment with 2 simple commands.

setup

from createflask import createapp

app = createapp.Create('app')

app.sow(server=True)

Enter fullscreen mode Exit fullscreen mode

banner

https://pypi.org/project/createflask/

Top comments (1)

Collapse
 
sid86dev profile image
Siddhartha Roy