Metadata-Version: 2.1
Name: flask-wiz
Version: 1.9
Author: Krish Soni
Description-Content-Type: text/markdown

# Flask-Wiz: Simplified Flask Setup

Flask-Wiz is a setup library for Flask that simplifies the process of starting a new Flask project. It provides a boilerplate setup for Flask applications, including database integration and directory structure for templates and static files.

## Key Features:

- **Flask Boilerplate**: Get started quickly with a clean and minimal Flask app structure.
- **Database Setup**: Choose from popular databases including MongoDB, SQLite, MySQL, and PostgreSQL for seamless integration with your Flask application.
- **Directory Structure**: Automatically create directories for templates and static files, making it easy to organize your project assets.

## How to Use:

1. **Installation**: Install Flask-Wiz using pip:

``` Terminal 

pip install flask-wiz

```


2. **Create a New Flask Project**: Use the following command to create a new Flask project with Flask-Wiz:

```Terminal
flask-wiz new
```

3. **Follow the Prompts**: Flask-Wiz will guide you through the setup process, including selecting your desired database and configuring directory structure.

4. **Start Developing**: Once the setup is complete, you're ready to start developing your Flask application!

Flask-Wiz simplifies the setup process for Flask projects, allowing you to focus on building your application without worrying about initial configuration.
