Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poel

Lightweight Flask Project Maker

Poel also Bluvid Poel is a lightweight Flask project maker that helps you quickly set up a Flask project structure with essential files and folders.

Features

  • Automatically creates a Flask project structure with directories for static files, templates, and more.
  • Sets up a basic Flask application with user authentication (login, signup, logout).
  • Generates HTML templates for the landing page, login, signup, and error pages.
  • Includes a default CSS style for the project.

Prerequisites

Before using Bluvid Poel, make sure you have the following installed:

  • Python (version 3.6 or higher)
  • Flask (install using pip install flask)
  • Pillow (install using pip install Pillow)
  • ttkthemes (install using pip install ttkthemes)

Usage

  1. Run python your_script_name.py to execute the Bluvid Poel script.
  2. Enter the project details as prompted, including the project name, database name, and secret key.
  3. Bluvid Poel will generate the Flask project structure and necessary files in the specified directory.

Project Structure

The generated project will have the following structure:

Running the Project

  1. Navigate to the project directory (/your_project_name).
  2. Run the Flask development server by executing python main.py.
  3. Access the project in your web browser at http://127.0.0.1:80.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

A basic template maker for flask projects

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages