Metadata-Version: 2.4
Name: create_python_web_app
Version: 0.1.1
Summary: Python package to quickly scaffold web applications with Flask, Django, or FastAPI, providing a ready-to-use folder structure and starter templates.
Author-email: dhiraj <dhirajjohare1497@gmail.com>
License: MIT
Description-Content-Type: text/markdown

# create_python_web_app

# create_python_web_app

`create_python_web_app` is a Python package that helps developers quickly set up web applications using **Flask**, **Django**, or **FastAPI**. It generates a ready-to-use folder structure and starter templates so you can focus on building features instead of boilerplate setup.

## Features

- Choose your preferred framework: Flask, Django, or FastAPI.
- Automatically creates standard folder structures for the selected framework.
- Includes starter templates and example files.
- Saves time and avoids repetitive project setup.
- Easy to install and run with just a few commands.


## Installation
```bash
pip install create_python_web_app
```

## Usage
```python
import create_python_web_app
```
