DEV Community

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

Posted on

4 1

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay